JSFiddle - React, Tailwind, and code Playground

by William Green

HTML

<div id="projectContainer">
    <!--
Create the "time" animation which animated everything related to the essence of time.
-->
</div>

CSS

/*Created by William Green (15) in California*/
#projectContainer{
    background-color:#ddd;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
html,body{
    margin:0;
    padding:0;
}