JSFiddle - React, Tailwind, and code Playground

HTML

<div>some stuff</div>
<img src="http://placehold.it/50x50/" />

JavaScript

$(window).click(function() {
        $('img').hide(500);
    });