JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    
   <img><img><img><img><img><img><img><img><img><img><img><img>
    
</div>

CSS

div {
     background:red;
    float:left;
    width:340px;
    padding-bottom:10px;
    margin:30px;/* not needed*/
    overflow:hidden;
}

img {
 width:100px;
    height:75px;
    float:left;
 margin:10px 0 0 10px;
 background:blue;   
}