JSFiddle - React, Tailwind, and code Playground
by Mike Gleeson
HTML
<svg>
<text y="21.5" x="0">This is some white text, but will be copied as black.</text>
</svg>
CSS
text{
fill: white;
}
svg{
width:100%;
}
html > body{
background:red;
}