JSFiddle - React, Tailwind, and code Playground

by uggway

HTML

<input type=radio>rb<br>
<input type=radio>rb1<br>
<input type=radio>rb2<br>

JavaScript

$("radio").each(function(){alert(1);});