JSFiddle - React, Tailwind, and code Playground

by rayabu1234

HTML

<table>
    <thead>
        
    <tr>
        <th>yo</th>
        <th>hax</th>
    </tr>
    </thead>  
    <tbody>
        <tr>
            <td>e</td>
            <td>jale</td>
        </tr>
    </tbody>
</table>