JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td>White </td>
<td>Black</td>
</tr>
</table>
CSS
table td:last-child {
background-color: #000;
}
<table>
<tr>
<td>White </td>
<td>Black</td>
</tr>
</table>
table td:last-child {
background-color: #000;
}