JSFiddle - React, Tailwind, and code Playground

by ardave

HTML

<body>
    <div class="container-fluid">
        <div class="row-fluid">
            <div class="span3">
                <div class="well sidebar-nav">
                    <ul class="nav nav-list">
                        <li class="nav-header">View All</li>
                        <li><a href="/Search/Search">View All</a>

                        </li>
                    </ul>
                </div>
                <!--/.well -->
            </div>
            <div class="span9">
                <div class="hero-unit">
                     <h1>My Site Name</h1>

                    <p>Introductory stuff</p>
                    <p> <a class="btn btn-primary btn-large" href="/Home/About">About &#187;</a>

                    </p>
                    <div class="g-plusone" data-annotation="inline" data-width="300"></div>
                    <div id="fb-root"></div>
                    <div class="fb-like" data-href="http://www.blabblahblah.com" data-send="true"
                    data-layout="button_count" data-width="450" data-show-faces="true"></div>
                    <br /> <a href="https://twitter.com/share" class="twitter-share-button" data-via="steve">Tweet</a>

                </div>
                <div class="container">
                    <div class="row-fluid">
                        <div class="span4">
                             <h2>Newest Entries</h2>

                            <table class="table .table-bordered">
                                <thead>
                                    <tr>
                                        <th>Column 1</th>
                                        <th>Column 2</th>
                                        <th>Column 3</th>
                                    </tr>
                                </thead>
                                <tr>
                                    <td> <a href="/stuff/stuff">Lots of stuff</a>

                                    </td>
                                   ...

CSS

@import url('http://twitter.github.com/bootstrap/assets/css/bootstrap.css');
 @import url('http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css');