JSFiddle - React, Tailwind, and code Playground

by Alexandre Simoes

HTML

<table class="ForecastTable">
  <tr>
    <td class="DiffFromNormal">Value</td>
  </tr>
</table>

CSS

.ForecastTable {}

.ForecastTable .DiffFromNormal {
  color: White;
  background-color: #9154B0;
}