JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

HTML

<div>
 <h1>Hello world!</h1>
</div>

CSS

div {
  width: 300px;
  height: 300px;
  background: yellow;
  display: grid;
  place-items: center;
}