JSFiddle - React, Tailwind, and code Playground
HTML
<input type="radio" name="foo" value="pr" /> 1<br />
<input type="radio" name="foo" value="dr" checked /> 2<br />
<input type="radio" name="foo" value="fr" /> 3<br />
<input type="radio" name="foo" value="pr" /> 1<br />
<input type="radio" name="foo" value="dr" checked /> 2<br />
<input type="radio" name="foo" value="fr" /> 3<br />