JSFiddle - React, Tailwind, and code Playground
HTML
<h1>This is a demo for gradient text</h1>
CSS
h1 {
font-size: 72px;
background: -webkit-linear-gradient(#eee, #333);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}