JSFiddle - React, Tailwind, and code Playground

by Henry

HTML

<div>
  <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  <circle cx="100" cy="100" r="100"/>
</svg>
</div>

CSS

div {
  width: 100%;
  display: flex;
  align-items: stretch
}
svg {
  width: 100%
}