JSFiddle - React, Tailwind, and code Playground

by e_kurbanov

HTML

<div> </div>

CSS

div{
  border: 1px solid red;
  height: 50px;
  width: 50px;
  background: red;
}

@keyframe {
  
}