JSFiddle - React, Tailwind, and code Playground

HTML

<table>
<tr><td><img src="http://placehold.it/300x300"></td></tr>
<tr><td>Figure 1</td></tr>
</table>

CSS

table { height: 100px; }
img { height: 100%; }