JSFiddle - React, Tailwind, and code Playground

HTML

<div class="block">
    watch in FF
</div>

CSS

.block{
    margin: 10%;
    width: 140px;
    height: 140px;
    outline: 5px solid #e96317;
    box-shadow: 8px 8px blue;    
}