JSFiddle - React, Tailwind, and code Playground
by tabalinas
HTML
<input type="text">
JavaScript
$("input").on("change", function() {
alert("changed");
});
by tabalinas
<input type="text">
$("input").on("change", function() {
alert("changed");
});