JSFiddle - React, Tailwind, and code Playground

by Vaibhav Katole

HTML

<input type="text">

JavaScript

$('input').blur(function(){
    alert('key pressed');
});