JSFiddle - React, Tailwind, and code Playground

HTML

<svg class="test1" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
  width="100%" height="100%" viewBox="0 0 510 330" preserveAspectRatio="xMidYMid meet">
 <image width="510" height="330" xlink:href="http://hd.wallpaperswide.com/thumbs/lion_5-t2.jpg" />
 </svg>

<svg height="240" width="240">
  <circle cx="60" cy="60" r="50" stroke="black" stroke-width="3" fill="red" />
  <text x="20" y="65" fill="white">I love SVG!</text>
</svg>

CSS

.test1 {
    border-radius: 200px;
    width: 400px;
    height: 400px;
    background-color: black;
}