JSFiddle - React, Tailwind, and code Playground
by dirtyd77
CSS
html, body{height:100%;}
body{background:blue;}
JavaScript
$('html').fadeOut('slow').delay(1000).fadeIn('slow');
by dirtyd77
html, body{height:100%;}
body{background:blue;}
$('html').fadeOut('slow').delay(1000).fadeIn('slow');