JSFiddle - React, Tailwind, and code Playground
HTML
<tr>
<td class="checkbox-large on-and-off" style="padding: 5px 3px 15px 0;width: 200%;">
<li class="">
<label class="off-text" style="color: #FF0000;">OFF</label>
<label class="on-text" style="color: #00BF07 ;">ON</label>
<input type="checkbox" value="2"> <label>Taxes Added On Top of Price</label>
</li>
</td>
</tr>