JSFiddle - React, Tailwind, and code Playground

HTML

<div><svg id="clip1" height="100" width="100" viewbox="00 0 100 100">
  <circle cx="50" cy="50" r="50" style="stroke: #ff0000; stroke-width:10; fill:none;"></circle> 
</svg></div>

CSS

div {
    height:100px; width:100px;
    margin:1em auto;
    border: solid 1px black;
}

svg { overflow:visible }

#clip1 {clip: rect(-10px,-10px,-10px,-10px)} //nope
#clip2 {clip: auto} //nope