JSFiddle - React, Tailwind, and code Playground

by Alexis López Espinoza

HTML

<div></div>

CSS

div{
    height: 300px;
    background: blanchedalmond;
    width: 200px;
    position: fixed;
    top: 50%;
    margin-top: -150px;
    float: left;
}