JSFiddle - React, Tailwind, and code Playground

HTML

<tr>
  <td style="width: 90%" class="clickable">
    <label class="check-field-group-label">Foo</label>
  </td>
  <td class="text-center">
    <check-control>
      <label class="checkbox-container">
        <input type="checkbox">
      </label>
    </check-control>
  </td>
</tr>