JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<h1>Hello world!</h1>
</div>
CSS
div {
width: 300px;
height: 300px;
background: yellow;
display: grid;
place-items: center;
}
<div>
<h1>Hello world!</h1>
</div>
div {
width: 300px;
height: 300px;
background: yellow;
display: grid;
place-items: center;
}