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');});