JSFiddle - React, Tailwind, and code Playground

HTML

<div style="height: 200px;vertical-align: middle;display:table-cell;border:green 1px solid">
<table style="border: red 1px solid">
    <tr>
        <td>test text
        </td>
    </tr>
</table>

</div>