JSFiddle - React, Tailwind, and code Playground

by dirtyd77

CSS

html, body{height:100%;}
body{background:blue;}

JavaScript

$('html').fadeOut('slow').delay(1000).fadeIn('slow');