JSFiddle - React, Tailwind, and code Playground
by crucify
HTML
<table>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<!-- mobile ratio tag gab problem -->
CSS
body { background:#000; padding:5px; }
table { border-collapse:collapse; width:100%; height:30px; border:none; }
td { border:none; background:#f00; }