JSFiddle - React, Tailwind, and code Playground

by hamzeen hameem

JavaScript

$(document).ready(function() {

$('body').css('display', 'none');

$('body').fadeIn(1000);



$('#div a').click(function() {
event.preventDefault();

newLocation = this.href;

$('body').fadeOut(1000, newpage);

});

function newpage() {

window.location = newLocation;

}

});