JSFiddle - React, Tailwind, and code Playground
by Sean Wessell
HTML
<input type="text" />
JavaScript
$('input').on('propertychange', function(e) {
console.log(e);
}).attr('class','test')
by Sean Wessell
<input type="text" />
$('input').on('propertychange', function(e) {
console.log(e);
}).attr('class','test')