JSFiddle - React, Tailwind, and code Playground

by Vladimir Sobolev

HTML

<h1>Hello world!</h1>

CSS

@import 'http://fonts.googleapis.com/css?family=Economica';
h1 {
    width:290px;
    height:90px;
    background-color:#f00;
    font:bold 30px/90px Economica;
    border:5px solid #000;
    color:#fff;
    position:absolute; 
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;       
    text-align:center;
}