JSFiddle - React, Tailwind, and code Playground

by Alexandre Simoes

HTML

<table class="tblLayout" border="1">
    <tr>
        <td colspan="2"></td>
    </tr>
    <tr>
        <td width="33%"></td>
        <td></td>
    </tr>
</table>

CSS

.tblLayout {
    
}