JSFiddle - React, Tailwind, and code Playground
by John Crafts
HTML
some content
JavaScript
$(document).ready(function() {
$("body").css("display", "none");
$("body").fadeIn(2000);
});
by John Crafts
some content
$(document).ready(function() {
$("body").css("display", "none");
$("body").fadeIn(2000);
});