JSFiddle - React, Tailwind, and code Playground

by bgrins

HTML

<div>Shadow</div>

CSS

div {
  text-shadow: 0px 0px 1px rgb(127.5,127.5,127.5)
}