JSFiddle - React, Tailwind, and code Playground

by cathead

HTML

<form action="">
  <div>
    <label for="foo1">
      One
    </label>
    <input name="test" id="1" type="radio" value="1">
  </div>
  <div>
    <label for="foo2">
      Two
    </label>
    <input name="test" id="2" type="radio" value="0">
  </div>
  <div>
    <label for="foo3">
      Three
    </label>
    <input name="test" id="3" type="radio" value="0">
  </div>

  
</form>