JSFiddle - React, Tailwind, and code Playground

by padma rubhan

HTML

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

JavaScript

$("#test").blur(function(){
alert();
})