JSFiddle - React, Tailwind, and code Playground

by Yuval Bar-On

HTML

<svg width="400" height="500">
    <rect x="0" y="20" rx="0" ry="0" width="150" height="250" style="fill:red;"></rect>
    
    <rect x="0" y="0" rx="20" ry="20" width="150"
    height="270" style="fill:red;"></rect>
</svg>