JSFiddle - React, Tailwind, and code Playground

HTML

<body>
<input id="search"></input>
</body>

JavaScript

$('#search').on('change',function(){
alert('hii');
})