JSFiddle - React, Tailwind, and code Playground

by mrnobody

HTML

<div class=q2>text</div>

CSS

body{
    background-color: #29f;
}
.q2 {
    position:absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #729;
    color:white;
    height: 70px;
    width:115px;
    padding:10px;
    margin:auto;
}