JSFiddle - React, Tailwind, and code Playground
by padma rubhan
HTML
<input type="text" id="test"/>
JavaScript
$("#test").blur(function(){
alert();
})
by padma rubhan
<input type="text" id="test"/>
$("#test").blur(function(){
alert();
})