JSFiddle - React, Tailwind, and code Playground
HTML
<table border="1" id="MyTable">
<tr>
<th>Colours</th>
</tr>
<tr>
<td><mark style="background:red"> </mark></td>
</tr>
<tr>
<td><mark style="background:yellow"> </mark></td>
</tr>
<tr>
<td><mark style="background:red"> </mark></td>
</tr>
<tr>
<td><mark style="background:red"> </mark></td>
</tr>
<tr>
<td><mark style="background:yellow"> </mark></td>
</tr>
<tr>
<td><mark style="background:orange"> </mark></td>
</tr>
<tr>
<td><mark style="background:yellow"> </mark></td>
</tr>
</table>