JSFiddle - React, Tailwind, and code Playground
HTML
<table class="tblLayout" border="1">
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td width="33%"></td>
<td></td>
</tr>
</table>
CSS
.tblLayout {
}
<table class="tblLayout" border="1">
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td width="33%"></td>
<td></td>
</tr>
</table>
.tblLayout {
}