JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  <input name=type="radio" id="test"\>
  <label for="test">Click Me</label>
  
  <input type="radio" id="test"\>
  <label for="test">Click Me</label>
</div>