JSFiddle - React, Tailwind, and code Playground

by Ohpyx

HTML

<svg xmlns="http://www.w3.org/2000/svg" version="1.1" >
  <rect transform="scale(3)" x="4" y="4" rx="20" ry="20" width="150" height="150" style="fill:red;stroke:black;stroke-width:5;opacity:0.5" />
</svg>

<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
  <rect x="4" y="4" rx="20" ry="20" width="150" height="150" style="fill:red;stroke:black;stroke-width:5;opacity:0.5" />
</svg>