JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<div class="row">
<div class="col-sm-4"><img src="http://placehold.it/400x400" style="max-height:220px" /></div>
<div class="col-sm-8"><img src="http://placehold.it/800x400" style="max-height:220px" /></div>
</div>
</div>
CSS
@import url('http://getbootstrap.com/dist/css/bootstrap.css');