JSFiddle - React, Tailwind, and code Playground
by Phoebe Jeske
HTML
<h1 id = "bored">
Boredom Buster
</h1>
<body> <br>
Well, what
<br>
are you waiting
for? Click here!
<svg height="200" width="200">
<circle cx="100" cy="100" r="100" stroke="black" stroke-width="3" fill="red" />
</svg>
</body>
CSS
h1 {
text-align : center;
font-family:Arial;
}
body {
float : top;
}