JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<p>Lorem ipsum</p>
<ul>
  <li><label for="a"><input type="radio" name="c" id="a">Lol</label></li>
  <li><label for="b"><input type="radio" checked="checked" name="c" id="b">Coucou</label></li>
</ul>