JSFiddle - React, Tailwind, and code Playground

HTML

<p>Really Big Text</p>

CSS

p {
    font-size: 48px;
    color: #fff;
    
    text-shadow: 3px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
}