JSFiddle - React, Tailwind, and code Playground

by DOK_UA

HTML

<body>
<div id="base">
<div class = "rotate">

</div>
</div>
</body>

CSS

#base{
  background-color:gray;
  height:300px;
  width:300px;
  border-radius:50%;
}