JSFiddle - React, Tailwind, and code Playground

HTML

<div class="image_wrap">
    <img src="http://www.alessioatzeni.com/CSS3-Cycle-Image-Slider/images/img_1.jpg" alt="" />
</div>

CSS

.image_wrap {
   width:580px;
   height:260px;
   overflow:hidden;
}
.image_wrap img {
  width:100%;
  height:100%;
  transform:scale(11.2);
  animation: 2000s ease 0s normal none infinite running jump;
}