JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<body>
    <article class="disckography">
        <p><a href="#"><img src="http://onua.com.ua/uploads/posts/2009-12/1260757491_47211481_1249589781_8371726_winter11280.jpg" width="250" height="350" /></a></p>
        <p><a href="#"><img src="http://static.novate.ru/files/fusai/winter-gadget-0.jpg" width="250" height="350"/></a></p>
        <p><a href="#"><img src="http://swetlanka.ru/wp-content/uploads/2009/12/zima.jpg" width="250" height="350"/></a></p>
    </article>

</body>
</html>

CSS

.disckography {
    height:350px;
    width:600px;
    margin:20px 0 0 100px;
    overflow: hidden;
    
    white-space: nowrap;
    font-size: 0;
}
.disckography p {    
    display: inline-block;
    font-size: 12px;
}