JSFiddle - React, Tailwind, and code Playground

HTML

<span>This is a demo for gradient text</span>

CSS

span {
  background: -webkit-linear-gradient(to right,#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}