JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Content</h1>
<img style="display:none;" src="http://www.mountvernonpubliclibrary.org/sites/default/files/Videos/free_birds_ver2.jpg" />
JavaScript
$(document).ready(function(){
$('img').fadeIn(3000);
});