JSFiddle - React, Tailwind, and code Playground

by Daniel Hall

HTML

<title>good webpage</title>
<header><h1>
<div style="position: absolute;
left: 30%;
top: 30%;
width: 50%;
height: 40%;
background-color: green;
border-color: black;
text-align:center;
color: blue;">
hello world
<p>
this is my
1st web
page!
</p>
</div>
</h1></header>

CSS

body {
background-color: black