JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td style="width:400px; height:330px; background-color:red;text-align:center; vertical-align:middle">
<img src="http://www.100marks.in/wp-content/uploads/2012/07/Sachin-Tendulkar-Pictures-Latest-2.jpg" style="max-height:100%; max-width:100%;"/>
</td>
</tr>
</table>
CSS
img {
vertical-align:top;
}
td {
padding:0px;
}