JSFiddle - React, Tailwind, and code Playground

by mpetrovich

HTML

<div class="box">box<div>

CSS

body {
    width: 100%;
    height: 100%;
}

.box {
    position: relative;
    top: 50%;
    margin: -100px auto 0;
    width: 300px;
    height: 200px;
    background: #f0f0f0;
    border: 1px solid #cacaca;
}