JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Texto em HTML</h1>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
width="210px"
height="297px"
viewBox="0 0 210 297">
<g>
<circle fill="red" cx="100.92" cy="135.53" r="15.08"/>
</g>
</svg>
CSS
svg {
border: solid blue 1px;
}