JSFiddle - React, Tailwind, and code Playground
HTML
text
CSS
body {
color: rgba(255, 255, 255, 0.1);
font-size: 100px;
background: linear-gradient(red, blue);
text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}
text
body {
color: rgba(255, 255, 255, 0.1);
font-size: 100px;
background: linear-gradient(red, blue);
text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}