JSFiddle - React, Tailwind, and code Playground

by SebAshton

HTML

<div class="bs"></div>

SCSS

body {
    padding: 50px;
}

.bs {
    background: grey;
    height: 30px;
    width: 60px;
    box-shadow: -1px -2px 1px red, -1px 2px 1px red;
}