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(); 
                   });