JSFiddle - React, Tailwind, and code Playground JavaScript var a=0; var b={}; $(b).on("event", function (){ a++; }); $(b).trigger("event") alert(a);