JSFiddle - React, Tailwind, and code Playground
by zebra
HTML
<div id="show_me">showwww meee bleat'</div>
JavaScript
$('#show_me').bind('blur', function()
{
$(this).hide();
});
by zebra
<div id="show_me">showwww meee bleat'</div>
$('#show_me').bind('blur', function()
{
$(this).hide();
});