JSFiddle - React, Tailwind, and code Playground
HTML
<div class="wrapper">
</div>
CSS
.wrapper {
width: 500px;
height:300px;
background:
radial-gradient(circle at 91% 50%, transparent 35%, red 15px);
}
<div class="wrapper">
</div>
.wrapper {
width: 500px;
height:300px;
background:
radial-gradient(circle at 91% 50%, transparent 35%, red 15px);
}