JSFiddle - React, Tailwind, and code Playground

by Andres Cisneros

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">&nbsp;<label>Taxes Added On Top of Price</label>
          </li>
      </td>
  </tr>