JSFiddle - React, Tailwind, and code Playground

by gdanko

HTML

<html>
    <head></head>
    <body>
        <div id="blue-box"></div>
    </body>
</html>

CSS

#blue-box {
    position : absolute;
    background-color : blue;
    top : 0px;
    bottom : 0px;
    bottom : 50px;
    right : 50px;
    zIndex : 10;
}