JSFiddle - React, Tailwind, and code Playground

by Anuradha Pai

HTML

<svg height="30" width="200">
  <text id="txt" x="0" y="15" fill="red">I love SVG!</text>
  Sorry, your browser does not support inline SVG.
</svg>

JavaScript

document.getElementById('txt');