JSFiddle - React, Tailwind, and code Playground
by Tri Nguyen
HTML
<input id = "textInput" type = "text"/>
JavaScript
$("#textInput").focus(function () {
alert("1");
})
by Tri Nguyen
<input id = "textInput" type = "text"/>
$("#textInput").focus(function () {
alert("1");
})