JSFiddle - React, Tailwind, and code Playground
HTML
<svg width="400" height="400">
<rect width="100%" height="100%" fill="black"/>
<rect
x="0"
y="0"
width="400"
height="400"
rx="50"
ry="50"
fill="transparent"
/>
</svg>