JSFiddle - React, Tailwind, and code Playground

by wesbos

HTML

<div class="box" >wat</div>

CSS

.box {
    width:150px;
    height:150px;
    margin:50px auto;
    -webkit-box-shadow: inset 3px 3px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 3px 3px 5px rgba(0,0,0,0.15);
    border: 1px solid #ccc;
}