JSFiddle - React, Tailwind, and code Playground
HTML
<div>
Hello
</div>
CSS
div {
text-decoration: underline green;
text-shadow: 24px 24px 1px;
}
<div>
Hello
</div>
div {
text-decoration: underline green;
text-shadow: 24px 24px 1px;
}