JSFiddle - React, Tailwind, and code Playground
by web tiki
HTML
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="http://6pix.co/css/general.css">
<div class="container payment">
<div class="row">
<div class="col-md-6">
<div class="setrow">
<div class="row preview top-part">
<div class="col-md-4 col-xs-4"><img src="http://scontent-a.cdninstagram.com/hphotos-xpf1/t51.2885-15/1538585_239198226271600_1266713298_a.jpg" class="img-responsive framed"></div>
<div class="col-md-4 col-xs-4"><img src="http://scontent-a.cdninstagram.com/hphotos-xap1/t51.2885-15/927306_1425073037745574_302511165_a.jpg" class="img-responsive framed"></div>
<div class="col-md-4 col-xs-4"><img src="http://scontent-b.cdninstagram.com/hphotos-xpf1/t51.2885-15/10296899_239514329586183_1419007844_a.jpg" class="img-responsive framed"></div>
</div>
<div class="row preview">
<div class="col-md-4 col-xs-4"><img src="http://scontent-a.cdninstagram.com/hphotos-xpf1/t51.2885-15/10251311_301817706634563_156993665_a.jpg" class="img-responsive framed"></div>
<div class="col-md-4 col-xs-4"><img src="http://scontent-b.cdninstagram.com/hphotos-xpf1/t51.2885-15/10296899_239514329586183_1419007844_a.jpg" class="img-responsive framed"></div>
<div class="col-md-4 col-xs-4"><img src="http://scontent-a.cdninstagram.com/hphotos-xpf1/t51.2885-15/1538585_239198226271600_1266713298_a.jpg" class="img-responsive framed"></div>
</div>
</div>
</div>
</div>
</div>
CSS
.framed{
background-image: url('http://www.6pix.co/images/shadow-3.png');
padding-left: 2.9%;
padding-bottom: 2.9%;
background-size: cover;
}