JSFiddle - React, Tailwind, and code Playground

by somekittens

HTML

<table id="theTable" border="1">
    <tr><!-- Table Row -->
        <td><!-- Table data -->
            Things!
        </td>
        <td>
            Stuff!
        </td>
    </tr>
    <tr>
        <td>
            More Things!
        </td>
        <td>
            More Stuff!
        </td>
    </tr>
</table>