JSFiddle - React, Tailwind, and code Playground

by dswitzer

HTML

<div></div>

CSS

div {
    box-shadow: 0 1px 0px 0px white, 0 -1px 0px 0px white, 1px 0 1px -1px rgba(31, 73, 125, 0.8), -1px 0 1px -1px rgba(31, 73, 125, 0.8);
    width: 100px;
    height: 100px;
    margin: 50px;
    background: white;
}