JSFiddle - React, Tailwind, and code Playground
HTML
<span>
test text
</span>
CSS
span {
color: #fff;
text-shadow: 1px 0px 4px #000;
}
<span>
test text
</span>
span {
color: #fff;
text-shadow: 1px 0px 4px #000;
}