JSFiddle - React, Tailwind, and code Playground

by iDVB

HTML

<div class="wrapper">
<img src="https://img.skitch.com/20110216-q967fqb4dbebyrbh6ir39trd5u.jpg" />
<img src="http://content.screencast.com/users/dvanbrunt/folders/Jing/media/2ab4623c-8038-4411-93a6-1970cf2e25d9/00000328.png" />
<img src="https://img.skitch.com/20110211-nd3wp959ij241ujr68a2msru9f.jpg" />
</div>

CSS

body, html {
    background: #bbb;
    margin:0px;
    padding:0px;
}

.wrapper {
    display: block;
    position:absolute;
    width:auto;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin:20px;
    padding:20px;
    background: #ccc;
}

img {
    border: white 5px solid;
    margin:5px;
}