JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<h1>GET BACK TO WORK, YOU HOBO</h1>
</body>
CSS
html {
background: #f00;
}
h1 {
color: #0f0;
font-family: sans-serif;
text-align: center;
margin-top: 100px;
font-size: 64pt;
}