JSFiddle - React, Tailwind, and code Playground
by neal_fletcher
HTML
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="backgroundTable">
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="20" cellspacing="0" width="600">
<tr>
<td valign="top" width="600" class="leftMidColumnContent">
<img src="http://placekitten.com/600/300" />
</td>
</tr>
</table>
<table border="0" cellpadding="20" cellspacing="0" width="600">
<tr>
<td valign="top" width="300" class="leftMidColumnContent">
<img src="http://placekitten.com/280/300" />
</td>
<td valign="top" width="300" class="leftMidColumnContent">
<img src="http://placekitten.com/280/300" />
</td>
</tr>
</table>
<table border="0" cellpadding="20" cellspacing="0" width="600">
<tr>
<td valign="top" width="600" class="leftMidColumnContent">
<img src="http://placekitten.com/600/300" />
</td>
</tr>
</table>
<table border="0" cellpadding="20" cellspacing="0" width="600">
<tr>
<td valign="top" width="200" class="leftMidColumnContent">
<img src="http://placekitten.com/173/180" />
...
CSS
table td {
border: 1px solid red;
}