JSFiddle - React, Tailwind, and code Playground
by Artem
HTML
<input type="radio" name="hello" checked id="one">
<input type="radio" name="hello" id="two">
JavaScript
console.log(one);
console.log(two);
by Artem
<input type="radio" name="hello" checked id="one">
<input type="radio" name="hello" id="two">
console.log(one);
console.log(two);