JSFiddle - React, Tailwind, and code Playground
HTML
<div id=mydiv></div>
JavaScript
jQuery('#mydiv').hide('slow', function(){ alert('called by anonymous');});
<div id=mydiv></div>
jQuery('#mydiv').hide('slow', function(){ alert('called by anonymous');});