JSFiddle - React, Tailwind, and code Playground
by Trufa
HTML
<div id="cont">
<div id="gallery">
<img src="http://www.mobileburn.com/media/logos/thumbs/google.jpg"/>
<img src="http://www.mobileburn.com/media/logos/thumbs/google.jpg"/>
<img src="http://www.mobileburn.com/media/logos/thumbs/google.jpg"/>
</div>
</div>
CSS
#cont{
outline:1px solid red;
height:200px;
width:100px;
}
#gallery{
position:absolute;
margin:50px 0 0 0;
outline:1px solid blue;
height:90px;
width:100px;
overflow-x:scroll;
}