JSFiddle - React, Tailwind, and code Playground

HTML

<svg width="200" height="31"
     xmlns="http://www.w3.org/2000/svg" 
     xmlns:xlink="http://www.w3.org/1999/xlink">
  <a xlink:href="stuff"
     target="_blank">
    <text text-anchor="middle" 
          y="30" x="100">A link in SVG</text>
  </a>
</svg>
<a href="stuff">A link in HTML</a>

CSS

a { font-style: italic; font-size: 200%; }
A { font-style: normal; }