JSFiddle - React, Tailwind, and code Playground

HTML

<table class="table1">
    <tr>
      <th>Nom</th>
    </tr>
    <tr>
        <td>td table 1</td>
    </tr>
</table>
<table class="table2">
    <tr>
        <td>td table 2</td>
    </tr>
</table>

CSS

table{
    cursor: pointer;
}