JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
body {
background: black;
padding: 30px;
}
div {
background: red;
height: 72px;
width: 192px;
box-shadow: -5px 5px 0 0px black, -5px 5px 0 1px white;
}
<div></div>
body {
background: black;
padding: 30px;
}
div {
background: red;
height: 72px;
width: 192px;
box-shadow: -5px 5px 0 0px black, -5px 5px 0 1px white;
}