JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap.min.css">
<div class="container">
<div class="row">
    <div class="col-lg-6 col-md-6 col-sm-6">
        <h1>I'm the left column</h1>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-6">
<iframe style="width: 100%;" src="http://fiddle.jshell.net/QTwbm/1/show/"  height="200px" frameborder="0"></iframe>
    </div>
    </div>
</div>