JSFiddle - React, Tailwind, and code Playground
HTML
<div class="stitched_demo"></div>
CSS
.stitched_demo {
width: 250px;
padding: 25px;
margin: 11px;
background: grey;
font-weight: bold;
border: 2px dashed #fff;
border-radius: 10px;
box-shadow: 0 0 0 4px grey, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
text-shadow: -1px -1px #aa3030;
font-weight: normal;
}