JSFiddle - React, Tailwind, and code Playground
by Stafox
HTML
<body bgcolor="#111111" text="#ffffff">
<table border="0" width="100%">
<tr>
<td colspan="2" height="100" bgcolor="#39CCCC" align="center"> Modern Header </td>
</tr>
<tr>
<td width="80%" bgcolor="#FF4136" height="600" align="center" valign="middle"> My Favorite Content </td>
<td width="20%" height="600" bgcolor="#0074D9" align="center"> Awesome sidebar </td>
</tr>
<tr>
<td colspan="2" height="50" bgcolor="#39CCCC" align="center"> Best Footer </td>
</tr>
</table>
</body>