JSFiddle - React, Tailwind, and code Playground

HTML

<div id="toprightbottom"></div>

CSS

div#toprightbottom {
    margin:20px;
    width:500px;
    height:500px;
    box-shadow:4px 0 10px black;
    background:blue;
}