JSFiddle - React, Tailwind, and code Playground

by edgardleal

HTML

<table>
    <thead>
        <th>
            <td>Código</td>
            <td>Descrição</td>
            <td>R$ À Vista</td>
            <td>F. Pagm.</td>
            <td></td>
        </th>
    </thead>
<tbody>
    <tr>
            <td>54848</td>
            <td>Teste de criação</td>
            <td>R$ 1.500,00</td>
            <td>CARTAO</td>
            <td>
                <input type="check">
            </td>
    </tr>
</tbody>    
</table>