JSFiddle - React, Tailwind, and code Playground

HTML

<div id="test">tim west is a doucheeee</div>

CSS

#test{
    height: 100px;
    width: 100px;
    box-shadow:
        inset 10px 10px 5px pink, 10px 10px 10px blue, 0 5px 5px -3px black;
}