JSFiddle - React, Tailwind, and code Playground

HTML

<table width=100% height=100%> 
    <tr>
        <td class="height" style="text-align: center; vertical-align: middle;">
            <img src="http://" width=100 height=100 />
        </td>
    </tr>
</table>

CSS

html, body
{
    height: 100%;
}
table{
    height:100%;
}
td.height{
    height:100%;
}