JSFiddle - React, Tailwind, and code Playground
by emepyc
HTML
<table border="1px solid black">
<tr>
<td>One</td>
<td>Two<div class="iconContainer"><img class="icon" src="http://fc07.deviantart.net/fs71/f/2011/132/e/4/google_chrome_icon_yellow_by_cameronsagey-d3g75gy.png" width="20px" height="20px"></div></td>
</tr>
</table>
CSS
.icon {
// position : absolute;
// left : 0px;
}