JSFiddle - React, Tailwind, and code Playground

HTML

<input type='radio' class='rg' name="asdf"/>
<input type='radio' class='rg' name="asdf"/>
<input type='radio' class='rg' name="asdf"/>
<input type='radio' class='rg' name="asdf"/><br/>

JavaScript

$(".rg").change(function () {
                      alert('something changed');

                    });