JSFiddle - React, Tailwind, and code Playground

by ibike365

HTML

<input type="text" id="foo" />
<input type="text" id="bar" />

JavaScript

$("#foo").focus();
$("#foo").blur(function(){ alert("blurry"); });