JSFiddle - React, Tailwind, and code Playground by Vaibhav Katole September 10, 2014 HTML <input type="text"> JavaScript $('input').blur(function(){ alert('key pressed'); });