JSFiddle - React, Tailwind, and code Playground
by Blender
HTML
<table>
<tr>
<td style="background-color: red;">Red</td>
<td></td>
<td style="background-color: blue;">Blue</td>
</tr>
<tr>
<td></td>
<td style="background-color: yellow;">Yellow</td>
<td></td>
</tr>
</table>