JSFiddle - React, Tailwind, and code Playground

by yijiang

HTML

<p>Really Big Text</p>

CSS

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