JSFiddle - React, Tailwind, and code Playground

by John Crafts

HTML

some content

JavaScript

$(document).ready(function() {
            $("body").css("display", "none");
            $("body").fadeIn(2000);
});