JSFiddle - React, Tailwind, and code Playground

HTML

<span>text</span>

CSS

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

span {
    opacity: 0.1;    
}