JSFiddle - React, Tailwind, and code Playground
HTML
<h1><a>Foo bar baz</a><h1>
CSS
body {
background-color: #333;
font-family: Helvetica, Arial, sans-serif;
padding: 20px;
}
h1 {
font-size: 6em;
font-weight: bold;
}
a {
background-image: linear-gradient(0deg, transparent 32%, white);
-webkit-background-clip: text;
color: rgba(217,255,138,0.6);
-webkit-text-fill-color: transparent;
}