JSFiddle - React, Tailwind, and code Playground

HTML

<div class="shadow">Test</div>

CSS

.shadow {
    text-shadow: 14vmin 0px 0px;
}