JSFiddle - React, Tailwind, and code Playground

HTML

<div id="main">
        
        <div id="under-banner">
        
        <header roll="banner">
            <a href="#">
                <hgroup>
                    <h1>Gold Standard, Design</h1>
                    <h2>Bringing Bling Back to the Web</h2>
                </hgroup>
            </a>
        <nav>
            <ul>
                <li><a href="#">Services</a></li>
                <li><a href="#">Clients</a></li>
                <li><a href="#">Pricing</a></li>
                <li><a href="#">Contact</a></li>
            </ul>
        </nav>
        </header>    
        
        <section class="push-container">
        
        
        <section id="services">
        </section>        
        
        </section><!-- /push-container -->
        
        </div><!-- /under-banner -->    
        

    <div id="footer"></div>
    
    </div><!-- /main -->

CSS

@font-face {
    font-family: 'LeagueGothicExtended';
    src: url('league_ghotic_extended_by_dannci-webfont.eot');
}

@font-face {
    font-family: 'LeagueGothicExtended';
    src:...