JSFiddle - React, Tailwind, and code Playground
by amindunited
HTML
<div class="divver">
Hey
</div>
CSS
.divver {
height: 6rem;
width: 2rem;
background-color: #666;
box-shadow: inset 1px 1px 1px 1px red;
}
by amindunited
<div class="divver">
Hey
</div>
.divver {
height: 6rem;
width: 2rem;
background-color: #666;
box-shadow: inset 1px 1px 1px 1px red;
}