JSFiddle - React, Tailwind, and code Playground

by Brodingo

HTML

<div></div>

CSS

div {
    width: 200px;
    height: 200px;
    background: red;
    -webkit-box-shadow: 3px 3px 4px #000, -3px 3px 4px #000;
}