JSFiddle - React, Tailwind, and code Playground

by isherwood

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

td {
    display: inline-block;
    padding: 0;
}