JSFiddle - React, Tailwind, and code Playground

by levchenko_d

HTML

<div></div>

CSS

div {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #34efa;
  transition: 2s;
  
}