JSFiddle - React, Tailwind, and code Playground

by Tri Nguyen

HTML

<input id = "textInput" type = "text"/>

JavaScript

$("#textInput").focus(function () {
    alert("1");
})