JSFiddle - React, Tailwind, and code Playground

HTML

<p>
Das hier ist ein Text ohne und <span>mit Schatten</span>
</p>

CSS

p > span {
	text-shadow: 1px 1px 1px #222;
}