JSFiddle - React, Tailwind, and code Playground

by Znarkus

HTML

<div id="a">
    
</div>

CSS

#a {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 5px red;
}