JSFiddle - React, Tailwind, and code Playground
by nottrobin
HTML
<table>
<tr>
<th>heading 1</th>
<th>heading 2</th>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
</tr>
</table>