JSFiddle - React, Tailwind, and code Playground
HTML
<input type="radio" name="radio1" id="foobar" value="This is a radio button" />
JavaScript
alert( document.getElementById('foobar').value );
<input type="radio" name="radio1" id="foobar" value="This is a radio button" />
alert( document.getElementById('foobar').value );