JSFiddle - React, Tailwind, and code Playground

by Kalashnikov

HTML

<table>
<tr>
<td id="id1"></td>
<td id="id2"><div id="id21"></div></td>
</tr>
</table>
<div id="id3">
</div>

CSS

*{border:1px solid #000;}
table{width:100%;height:1300px;}
#id1{width:100%;}
#id2{vertical-align:bottom;}
#id3{height:150px;}

#id21{
    background:url('http://www.linux.org.ru/photos/33768:-435522320.png');
    width:120px;
    height:120px;
    position:relative;
    top:100px;
}