JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Test</h1>

CSS

h1 {
  width: 150px;
  height: 150px;
  background-color: #888888;
  color: white;
  text-align: center;
  vertical-align: middle;
}