JSFiddle - React, Tailwind, and code Playground

by WK_of_Angmar

HTML

<label><input name="test" type="radio" checked="checked"> Option 1</label><br>
<label><input name="test" type="radio"> Option 2</label><br>
<label><input name="test" type="radio"> Option 3</label>