JSFiddle - React, Tailwind, and code Playground

by Jessie Lau

HTML

<table border=1 >
    <tr bgcolor="#00FF00">
        <th >Name</th>
        <th>Age</th>
        <th>sex</th>
        <th>country</th>
    </tr>
    <<// CODE HERE//
    <tfoot>
        <td colspan=4>fxggdg1</td>
    </tfoot>
</table>