JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<table border="1">
<tr>
<td>
<div>
<img src="https://www.google.com/images/srpr/logo11w.png" />
</div>
</td>
</tr>
</table>
</div>
CSS
div
{
background-color: red;
max-width: 100px;
width: 100px;
max-height: 100px;
height: 100px;
}
table
{
width: 100%;
height: 100%;
}
img
{
width: 100%;
height: 100%;
}