JSFiddle - React, Tailwind, and code Playground

by Afzaal Ahmad Zeeshan

HTML

<table>
    <tr>
        <td>White </td>
        <td>Black</td>
    </tr>
</table>

CSS

table td:last-child {
    background-color: #000;
}