JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

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