JSFiddle - React, Tailwind, and code Playground

by oduska

HTML

<h3>
    Testing multiple text-shadows
</h3>

CSS

h3 {
    text-shadow: 0 0 40px #000, 0 0 80px #000;
}