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')