JSFiddle - React, Tailwind, and code Playground

by irinablue

HTML

<div>Text</div>

CSS

div {
    font-size: 200px;
    text-shadow: 1px 4px 6px #ccc, 0 0 0 #000, 1px 4px 6px #ccc;
    color: rgba(0, 0, 0, 0.5);
    background: #ccc;
}