JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  Hello
</div>

CSS

div {
  text-decoration: underline green; 
  text-shadow: 24px 24px 1px;
}