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 { position: absolute; height: 100px; }
img { height: 100%; width: 100%; }
table { background: yellow; }