JSFiddle - React, Tailwind, and code Playground

by Oleh Kotsubko

HTML

<div></div>

CSS

div {
  width: 100px;
  height: 100px;
  background: #000;
  top: 100px;
  position: static;
}