Pon un position absolute dentro de un position relative:
Código CSS:
Ver originaltd {width: 150px; height: 120px; background-color: red; position: relative;}
td>span {background-color: green; position: absolute; right: 0; bottom: 0;}
https://jsfiddle.net/6fn447oj/