JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div
{
width:200px;
box-shadow: 0px 24px 3px -24px magenta;
border: solid 1px royalblue;
border-bottom: 0;
height:50px;   
}