JSFiddle - React, Tailwind, and code Playground
by Shishir Max
HTML
<form>
<input type="radio" name="gender" value="general"> General<br>
<input type="radio" name="gender" value="medium"> Medium<br>
<input type="radio" name="gender" value="high" checked> High
</form>