JSFiddle - React, Tailwind, and code Playground

HTML

text

CSS

body {
    color: white;
    font-size: 100px;
    background: linear-gradient(red, blue);
	text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}