JSFiddle - React, Tailwind, and code Playground

HTML

<p class="inner_text_shadow default">Some sample content</p>

CSS

.inner_text_shadow
{
    text-shadow: 1px 1px white, -1px -1px #444;
}

.default
{
    font-size:30px;
    color: darkred;
    font-weight:bold;
}