JSFiddle - React, Tailwind, and code Playground

by evgkch

HTML

<svg id="svg" width="300px" height="300px">
  <circle class="circle" rx="150" ry="150" r="75" stroke="black"/>
</svg>

CSS

#svg {
  border: solid 1px black;
}

.circle {
  transform: matrix3d(1.024958, -0.001491, 0, 0.001489, 0.175375, 0.283378, 0, -0.002232, 3, 1, 1, 0, 150, 150, 150, 10)
}