JSFiddle - React, Tailwind, and code Playground

by karim79

HTML

<input />

JavaScript

$("input")[0].oninput = function () {
   alert("hello"); 
};


$("input")[0].oninput();