JSFiddle - React, Tailwind, and code Playground

CSS

#eb {
    display:none;
}

JavaScript

var anImage= new Image();
anImage.src='/favicon.png'
anImage.id = 'imageID';
anImage.style.display = 'none';
jQuery('body').append(anImage);
jQuery('#imageID').fadeIn(2000);