JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
<div></div>
CSS
div {
margin: 10px;
height: 10px;
padding: 20px;
width: 40%;
box-shadow: 0 0 1px #000;
}
<div></div>
<div></div>
div {
margin: 10px;
height: 10px;
padding: 20px;
width: 40%;
box-shadow: 0 0 1px #000;
}