JSFiddle - React, Tailwind, and code Playground
HTML
<div>
a
</div>
CSS
div {
box-shadow:inset 0 0 10px black;
height:300px;
color:red;
}
<div>
a
</div>
div {
box-shadow:inset 0 0 10px black;
height:300px;
color:red;
}