JSFiddle - React, Tailwind, and code Playground
HTML
<body style="background-color:grey">
<div id="content">
<h2 align="center">Create an Account</h2>
<p>Your account will be connected to the Scratch account <span style="color:darkgrey">andrewjcole</span>. If you'd like to connect with a different account, login under a different account on <a href="http://scratch.mit.edu">Scratch</a> and reload this page.</p>
</div>
</body>
CSS
#content {
background-color:#fff;
margin-left:auto;
margin-right:auto;
width:70%;
margin-top:20px;
display:block;
padding:10px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
p, h2 {
font-family:segoe ui light;
}