JSFiddle - React, Tailwind, and code Playground

HTML

<table>
<tr>
            <td>
                text
            </td>
            <td>
                text
            </td>
            <td>
                text
            </td>
</tr>
</table>

CSS

table{
    border-collapse:collapse;
}
td{
    background-color: rgb(172,0,20);
}