JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<div></div>

CSS

body {
  background: black;
}
div {
  width: 600px;
  height: 400px;
  background: purple;
  border-radius: 50%;
  transform: rotate(-20deg);
  opacity: 0.4;
}