JSFiddle - React, Tailwind, and code Playground

by Shajeer Ahamed

HTML

<body id="index">

</body>

CSS

body#index {

    background-color: red !important;

    width:100vw;

    height: 100vh;

JavaScript

$('body').click(function () {
    location.href="http://www.google.com";
})