JSFiddle - React, Tailwind, and code Playground

by hrsetyono

HTML

<div class="wrapper">
  <h1>Hello</h1>
<div>

CSS

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 400px;
  border: 2px solid black;
  background-color: lightgray;
}