JSFiddle - React, Tailwind, and code Playground

by rsolomonjr1

HTML

<input type="radio" id="radioButton" name="radioGroup">
<label for="radioButton">Radio Button</label>
<button id="setCheckedButton">Set Checked</button>