JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td>
<div><img src="http://imgsrc.hubblesite.org/hu/db/images/hs-2001-24-a-web.jpg" /></div>
</td>
</tr>
</table>
CSS
td {
width: 400px;
height: 500px;
background: yellow;
}
img {
height: 100%;
width: 100%;
}