JSFiddle - React, Tailwind, and code Playground
HTML
<div>Text</div>
CSS
div{
width:100px;
height:20px;
padding:10px;
background-color:#fff;
border-radius:10px;
border:1px solid #000;
box-shadow:0 0 0 10px rgba(102,153,102,.5), 0 0 0 10px #fff, 0 0 0 11px #000;
margin:20px;
}