JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<div class="container">

		<div class="row">
			<div class="col-md-12">
				<img class="img-responsive" src="http://placehold.it/1140x360">
			</div>
		</div>
            
		<div class="row bg">
			<div class="col-md-5">
				<img class="img-responsive" src="http://placehold.it/458x304">
</div>
			
			<div class="col-md-7">
				<p>Text here
                Text here
                Text here
                Text here</p>
			</div>
		</div>
            
</div>

CSS

body {
background-color: #f0f0f1;
}

.bg {
background-color: #cbede7;
}