JSFiddle - React, Tailwind, and code Playground

by Jeremy Lewis

HTML

<div id="content">
        <section>
        	<div class="content_left">
                <p>This is a test to see if this works </p>
                <p>This is a test to see if this works </p>
                <p>This is a test to see if this works </p>
            </div>  
        </section>
        <aside></aside>
    </div>

CSS

#content{
	margin: 0 auto;
        width: 950px;
	padding: 15px;
	background:none repeat scroll 0 0 #CCC;	
    border: 1px solid black;
}

.content_left{
	width: 640px;	
    border: 1px solid black;
}