JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td>
<img />
Lorem ipsum dolor sit amet
</td>
</tr>
</table>
CSS
:root {display: block}
table tr {height: 200px; background-color: #ddd}
img {width: 100px; height: 100px; background-color: red; vertical-align: top}