JSFiddle - React, Tailwind, and code Playground

HTML

<div id=mydiv></div>

JavaScript

jQuery('#mydiv').hide('slow', function(){ alert('called by anonymous');});