JSFiddle - React, Tailwind, and code Playground

by Moien Tajik

HTML

<div id="content">
    <img src="http://barnamenevis.org/attachment.php?attachmentid=146089&stc=1&d=1502777287" class="images" />
    <img src="http://barnamenevis.org/attachment.php?attachmentid=146087&stc=1&d=1502777239" class="images" />
    <img src="http://barnamenevis.org/attachment.php?attachmentid=146086&stc=1&d=1502777219" class="images" />
</div>

CSS

.images {
    display: inline;
    margin: 0px;
    padding: 0px;
    vertical-align:middle;
    width:250px;
    height: 100px;
}
#content {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 90px;
    height: auto;
    max-width: auto;
    overflow-y: hidden;
    overflow-x:auto;
    word-wrap:normal;
    white-space:nowrap;
}