JSFiddle - React, Tailwind, and code Playground
HTML
<form action="">
<input type="radio" name="terms" value="1" /> Принимаю
<br />
<input type="radio" name="terms" value="0" checked /> Не принимаю
</form>
<form action="">
<input type="radio" name="terms" value="1" /> Принимаю
<br />
<input type="radio" name="terms" value="0" checked /> Не принимаю
</form>