JSFiddle - React, Tailwind, and code Playground
by hedgehog
HTML
<table>
<tr>
<td> <img src="http://soft.mydiv.net/images/win/icons/TNT-Clip-Art-Library.gif"><span>sometext</span></td>
</tr>
</table>
CSS
td {
vertical-align: top;
border: solid 1px black;
width:150px;
height: 5px;
font-size: 12px;}
img {float: left;}