JSFiddle - React, Tailwind, and code Playground
HTML
<table class="ForecastTable">
<tr>
<td class="DiffFromNormal">Value</td>
</tr>
</table>
CSS
.ForecastTable {}
.ForecastTable .DiffFromNormal {
color: White;
background-color: #9154B0;
}