JSFiddle - React, Tailwind, and code Playground

HTML

<h1>He<span>l</span>lo World</h1>

<p>hello everyone</p>
<h1>Bye</h1>
<ol>
    <li>list item 1</li>
    <li>list item 2</li>
    <li>list item 3</li>
</ol>


<p>as a cool <strong>new</strong> way for us to engage with our membership in a place they are already <a href="http://google.com">visit google</a> time (Facebook) and without t</p>

<img src="http://www.haskell.org/happy/Happy.gif" />

<div></div>

CSS

body{
    font-family: helvetica, arial, sans-serif;
    background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
}

h1 {
    color: :#FFFFFF;
}