JSFiddle - React, Tailwind, and code Playground
by ramnathv
HTML
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<div class="container">
<div class="col-md-3">
</div>
<div class="col-md-8">
<iframe id='map'
src="http://bl.ocks.org/ramnathv/raw/8174770/rChart_map.html"
seamless scrolling="no"></iframe>
</div>
</div>
CSS
#map {
width: 100%;
height: 400px;
}