JSFiddle - React, Tailwind, and code Playground

by mrjordy

HTML

<div class ="test">asdf</div>

CSS

.test {
  width: 200px;
  height: 100px;
  position: absolute;
  background: red;
  color: white;
  font-size: 40px;
  margin-left: 400px;
}