JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

table { position: absolute; height: 100px; }
div { height: 100%; width: 100%; overflow:auto; }

table { background: yellow; }