JSFiddle - React, Tailwind, and code Playground

HTML

<table style="width:100%">
    <tr>
        <td class="just-to-show" valign="middle" align="center">Table once ruled centering</td>
    </tr>
</table>

CSS

.just-to-show {
    background-color:yellow;
    height:444px;
}