JSFiddle - React, Tailwind, and code Playground

by Sergey Linnick

HTML

<div class="wrap">
<input type="checkbox" id="id">
<label for="id">
  <span>on</span>
  <span>off</span>
</label>
</div>