JSFiddle - React, Tailwind, and code Playground
by Master P
HTML
<body>
<svg height="30" width="200" class="twist">
<text x="0" y="15">I love SVG!</text>
Sorry, your browser does not support inline SVG.
</svg>
</body>
CSS
.twist
{
fill: red;
}