JSFiddle - React, Tailwind, and code Playground

HTML

<div>

CSS

div{
    width: 100px;
    height: 100px;
    margin: 50px;
    background: #222;
    border: 5px solid #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
}