JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<form>
<input type="radio" name="prefix" value="M." checked> Monsieur<br>
<input type="radio" name="prefix" value="Mme"> Madame<br>
<input type="radio" name="prefix" value="Melle"> Mademoiselle
</form>