JSFiddle - React, Tailwind, and code Playground
by austinfrance
HTML
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td style="background-color:green"><div style="width:0px; height:100px"></div></td>
<td style="background-color:cyan">some text</td>
</tr>
</table>
<table>
<tr>
<td style="background-color:red"><div style="width:100px; height:0px"></div></td>
</tr>
</table>