JSFiddle - React, Tailwind, and code Playground
by jcutrell
HTML
<h1>Congratulations.</h1>
<img src="http://img1-ec.etsystatic.com/il_fullxfull.319882769.jpg">
<h2>You killed it.</h2>
CSS
body {
color: #fff;
background-color: #444;
}
h1, h2 {
font-family: Helvetica;
text-align: center;
}
img {
width: 90%;
margin: 0 5%;
}
h1 {
font-size: 46px;
}
h2 {
font-size: 30px;
}