JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li>
<input type="radio" name="answers" value="true" />
<input type="text" />
</li>
</ul>
<ul>
<li>
<input type="radio" name="answers" value="true" />
<input type="text" />
</li>
</ul>