JSFiddle - React, Tailwind, and code Playground

HTML

<table class="table">
        <tr>
            <th>Round1</th>
            <th>Round2</th>
            <th>Round3</th>
        </tr>
        <tr>
            <td>10 Exercise1</td>
            <td>20 Exercise1</td>
            <td>30 Exercise1</td>
        </tr>
        <tr>
            <td>10 Exercise2</td>
            <td>20 Exercise2</td>
            <td>30 Exercise2</td>
        </tr>
        <tr>
            <td>10 Exercise3</td>
            <td>20 Exercise3</td>
            <td>30 Exercise3</td>
        </tr>
    </table>