JSFiddle - React, Tailwind, and code Playground
by Sahin Deniz
HTML
<input type="text">
JavaScript 1.7
$("input").change((a,b,c)=>{
console.log(a,b,c);
});
by Sahin Deniz
<input type="text">
$("input").change((a,b,c)=>{
console.log(a,b,c);
});