JSFiddle - React, Tailwind, and code Playground
by b_g_v
HTML
<!DOCTYPE html>
<html>
<body>
<svg height="100" width="100" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
<text x="50 50 50" y="30 50 70" style="font-size: 12px; text-anchor: middle">I❤SVG</text>
Sorry, your browser does not support inline SVG.
</svg>
</body>
</html>