JSFiddle - React, Tailwind, and code Playground

HTML

<div class="row">
    <div class="span3 well">
        <p>I'm really short</p>        
    </div>
    <div class="span3 well">
    <p>I'm in the middle</p> 
    <p>I'm in the middle</p> 
    <p>I'm in the middle</p> 
    </div>
    <div class="span3 well">
        <p>I'm really long</p>
        <p>I'm really long</p>
        <p>I'm really long</p>
        <p>I'm really long</p>
        <p>I'm really long</p>
        <p>I'm really long</p>
    </div>    
</div>

CSS

@import url(http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.0/css/bootstrap-combined.min.css);