JSFiddle - React, Tailwind, and code Playground
by acjackson911
HTML
<p>Mouseover the rect to see the tooltip on supporting browsers.</p>
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="20" y="30" width="200" height="150">
<title>Hello, World!</title>
</rect>
</svg>
CSS
body { padding:2em }
rect { fill:#69c; stroke:#069; stroke-width:5px; opacity:0.5 }