JSFiddle - React, Tailwind, and code Playground
by jblasco
HTML
<div class="attachment-list">
<div class="galleryslot">
<a class="">
<img src="http://www.google.ie/logos/classicplus.png" width="100">
</a>
</div>
<div class="galleryslot">
<a class="" >
<img src="http://www.google.ie/images/nav_logo99.png" width="75">
</a>
</div>
CSS
div.attachment-list{
border: 2px solid red;
}
div.attachment-list:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
div.galleryslot{
float: left;
border:1px solid blue;
}