JSFiddle - React, Tailwind, and code Playground

HTML

text

CSS

body {
    color: white;
    font-size: 100px;
    background: linear-gradient(lightcoral, lightblue);
	text-shadow: 0 0 1px black;
}