JSFiddle - React, Tailwind, and code Playground

by Walter Rumsby

HTML

<link rel="stylesheet" href="//static.branch12.test.xero.com/content/1.8/xero.css">
<p>
    Some text
</p>
<div class="x-page">
    <div class="x-content">
        <p>Some more text.</p>
        <p class="text">Even more text.</p>
        <div class="x-form-base">
            <p>
                Yes James, <span class="bold">yes we are</span>.
            </p>
            <img src="http://www.reactiongifs.com/wp-content/uploads/2013/09/Kristen-Bell-Laughing-to-Crying.gif">
        </div>
    </div>
</div>