JSFiddle - React, Tailwind, and code Playground
by Sergey Linnick
HTML
<script src="//code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="images">
<img class="img-fluid hide" src="https://images.unsplash.com/photo-1508589938009-83a346342bd6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1379&q=80" alt="">
<img class="img-fluid" src="https://images.unsplash.com/photo-1518676150040-f694a3122984?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80" alt="">
<img class="img-fluid" src="https://images.unsplash.com/photo-1518674420569-cd74996212f9?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="">
</div>
CSS
.images{
height: 100vh;
overflow: hidden;
}