JSFiddle - React, Tailwind, and code Playground
by Hazneliel
HTML
<br />
Input: <input type="text" name="fname" id='theInput'/>
JavaScript
alert('aaa');
$('#theInput').blur(function{alert('hello');});
by Hazneliel
<br />
Input: <input type="text" name="fname" id='theInput'/>
alert('aaa');
$('#theInput').blur(function{alert('hello');});