JSFiddle - React, Tailwind, and code Playground
HTML
<div class="pictures">
<img class="left" src="http://jsfiddle.net/img/top-bg.png"/>
<img class="right" src="http://jsfiddle.net/img/top-bg.png"/>
</div>
CSS
.pictures{height:150px;width:250px;position:relative;border:1px solid #000;}
.left{position:absolute;top:0;left:0;}
.right{position:absolute;bottom:0;right:0;}