JSFiddle - React, Tailwind, and code Playground

HTML

<p> Lorem ipsum dolor sit amet </p>

CSS

p {
    text-shadow: .5em .5em .5em red;
}