JSFiddle - React, Tailwind, and code Playground
HTML
<div>some stuff</div>
<img src="http://placehold.it/50x50/" />
JavaScript
$(window).click(function() {
$('img').hide(500);
});
<div>some stuff</div>
<img src="http://placehold.it/50x50/" />
$(window).click(function() {
$('img').hide(500);
});