JSFiddle - React, Tailwind, and code Playground

HTML

<ul>
    <li><input type="radio" name="radio_name" value="one" id="one" checked><label for="one">one</label></li>
    <li><input type="radio" name="radio_name" id="two" value="two"><label for="two">two</label></li>
    <li><input type="radio" name="radio_name" id="three" value="three"><label for="three">three</label></li>
<ul>