JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

HTML

<div></div>

CSS

body {
  margin: 0;
}

div {
  position: relative;
  width: 200px;
  height: 300px;
  background: red;
  top: 0px;
  left: auto;
}