JSFiddle - React, Tailwind, and code Playground

by j08691

HTML

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

CSS

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