JSFiddle - React, Tailwind, and code Playground

by imakeitpretty

HTML

<section class="twitter-feed">
<h3>@newfrequencyinc</h3><p>
New Frequency CEO Todd Moran to present the Trap-Alert system at 2012 New England Nuisance Wildlife Control Seminar at 5:15 on March 17th<a href="#"><small>... 85 days ago</small></a><br />
<img src="http://i46.tinypic.com/2ly6hc4.png" width="24px" height="19px"><a href="#"> Follow Us</a>
<h3>@trap-alert</h3><p>
RT @TrapAlert: Come see New Frequency's Darrell Hollis at the Regional Wildlife Damage Management Training Seminar in Carrollton KY Marc <a href="#"><small>... 85 days ago</small></a><br />
<img src="http://i46.tinypic.com/2ly6hc4.png" width="24px" height="19px"><a href="#"> Follow Us</a>
</section>

CSS

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-align:justify;}

body {     
    font-size: 12px; 
    font-family:Arial, Helvetica, sans-serif;
} 

h1,h2,h3,h4,h5,h6 {
    font-family:'puritan20normal', arial, helvetica, sans-serif;
    color: #acb453;
    margin-bottom: 0em;
} 

H3 {
    font-size: 1.5em; /* 18px */ 
    line-height: 1em; /* 18px */ 
    margin-top:0;
    text-align:left !important;
}

.twitter-feed p { font-style:italic;}
small { font-size: 85%; }

p { 
     font-size: 1em; /* 12px */ 
    line-height: 1.5em; /* 18px */ 
     margin: .6em 0 1em 0;
}

a { color: #4589a7; /*blue*/ text-decoration:none; }
a:visited { color: #4589a7; /*blue*/ text-decoration:none;}
a:hover { color: #4dbaf2; /*light blue*/}
a:focus { outline: thin dotted; }