JSFiddle - React, Tailwind, and code Playground

by Mark James

HTML

<link rel="stylesheet" type="text/css" href="http://my.aspb.org/global_inc/site_templates/YM-TC-02/combined.css?_v=1.71.102.348&context=hp"/>
		<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/container/assets/skins/sam/container.css">
		<!--[if IE]><link rel="stylesheet" type="text/css" href="/global_inc/site_templates/YM-TC-02/ie.css"><![endif]-->


<div id="container">
  <div id="box-hero">
    <iframe width="650" height="210" frameborder="0" src="https://servedbyadbutler.com/adserve/;ID=158020;size=650x210;setID=176184;type=iframe" marginwidth="0" marginheight="0" hspace="0" vspace="0" scrolling="no"></iframe><br />
    </div>
<!--

// Box 1 Begin //

-->

  <div id="box-1">
    <div class="bluehead"><span style="font-weight: bold;">Apply for a Travel Grant to attend PB 2016!</span></div>
    <div class="box-1-img"><a target="_blank" href="href="http://ow.ly/UfJOa"><img width="315px" height="114px" border="0" src="http://my.aspb.org/resource/resmgr/images2/austin2016boots.jpg" alt="Apply for a Travel grant to attend PB 2016!" title="Apply for a Travel grant to attend PB 2016!" /></a></div>
    <div class="box-1-desc">
      <p class="pgl">Apply for a Travel Grant to attend Plant Biology 2016! This program aims to increase attendance of early career scientists by providing travel funds for those in financial need. Increasing diversity among attendees in another primary goal. Undergraduate students, graduate students, postdocs, and faculty beginning their careers in plant science are strongly encouraged to apply. Applications are due December 14, 2015. Full details and applications are available at: <a target="_blank" href="http://ow.ly/UfJOa">http:http://ow.ly/UfJOa</a>. <br />
        <br />
        <br />
        <a class="isubmit2" target="_blank" href="http://ow.ly/UfJOa">Apply Now</a></p>
      <p>&nbsp;</p></div>
    <div class="box-1-social">
      <p class="pgc"><a...

CSS

#LeftRailContentArea{
    background:#97b9c5;
    text-align:center;
    border-radius:10px;
    margin:30px 0 0 0;
    padding:30px 0 30px 0; 
    max-height:280px;
 }

#RightRailContentArea {
    background:#97b9c5;
    text-align:center;
    border-radius:10px;
    margin:30px 0 0 0;
    padding:30px 0 30px 0;
}

.pgj {text-align:justify; margin:10px, 0 0 0;  font-family:Verdana,Geneva,sans-serif; font-size:10.5px; }
.pgl {text-align:left; margin:10px 0 0 0; padding:0; font-family:Verdana,Geneva,sans-serif; font-size:10.5px; }
.pgr {text-align:right; margin:10px 0 0 0; font-family:Verdana,Geneva,sans-serif; font-size:10.5px;}
.pgc {text-align:center; margin:10px 0 0 0; font-family:Verdana,Geneva,sans-serif; font-size:10.5px;}


.blue{
	 font-family:Verdana,Geneva,sans-serif; font-size:12.5px;  
	 color:#367993;
	 }
	 
.bluehead{
	line-height:30px ;
	margin:0 0 3px 0;
	color:#367993;
	 }

.orange {color:#F47735;}

.isubmit2 {
	border:1px solid #97B9C5;
	margin:5px 0 0 -2px;
	padding:5px;
	background: #97B9C5;
	color:#FFF;
	-webkit-border-radius:3px;-khtml-border-radius:3px; border-radius:3px;
	/*background:-webkit-gradient(linear, left top, left 25, from(#367993;), color-stop(6%, #eee), to(#fff));*/
	background:-moz-linear-gradient(top,  #97B9C5;, #eee 2px, #fff 25px);
	box-shadow:rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow:rgba(0,0,0, 0.1) 0px 0px 8px;
}
.isubmit2:hover{ 
	color:#fff;
	border:1px solid #367993;
	background: #367993;
	text-decoration:none;
}

#container {
	width:670px; 
	height:1100px; 
	/* padding:20px; overflow:visible; */ 
	margin:0 auto; 
	/* outline:1px solid black; */}

#box-hero {
	/*outline:1px solid red;*/ 
	width:650px; 
	height:210px;  
	padding:20px 0 10px 10px;
	}

#box-1 {
	outline:1px solid fuchsia;
	height:400px;
	}

#box-2 {
	outline:1px solid blue; 
	height:400px;
	}

#box-3 {
	/*outline:1px solid maroon;*/ 
	height:400px;
	}

#box-4 {
	/*outline:1px solid olive;*/ 
	height:400px;
	}

#box-1, #box-2, #box-3, #box-4...