JSFiddle - React, Tailwind, and code Playground

by kodjoe mambi

HTML

<div class="overlay"></div>

CSS

.overlay{
  position: relative;
  display: inline-block;
  margin-top: 20px;
  
  background: url(https://res2.yourwebsite.life/res/5eaf48a4da467d0022126577/6166b6eaeec90e00222e7f62_optimized_990), url(https://res2.yourwebsite.life/res/5eaf48a4da467d0022126577/6166b6fb04d71200247e15fb_optimized_990), url(https://res2.yourwebsite.life/res/5eaf48a4da467d0022126577/6166b6feec730a0022b756d4_optimized_990), url(https://res2.yourwebsite.life/res/5eaf48a4da467d0022126577/6166b6ed7e627d0022f7acad_optimized_990), url(https://res2.yourwebsite.life/res/5eaf48a4da467d0022126577/6166b6f020ea4d00234326ee_optimized_990), url(https://res2.yourwebsite.life/res/5eaf48a4da467d0022126577/6166b6f7271d190023cb958e_optimized_990), url(https://res2.yourwebsite.life/res/5eaf48a4da467d0022126577/6166b702271d190023cb95b6_optimized_990), url(https://res2.yourwebsite.life/res/5eaf48a4da467d0022126577/6166b6f4eab9f000229958a9_optimized_990), url(https://res2.yourwebsite.life/res/5eaf48a4da467d0022126577/6166b6e6fe83f10024675e66_optimized_990);

  background-repeat: no-repeat!important;
  background-size: 100%!important;
  background-position: 0px 0px, 0px 1312px, 0px 2624px, 0px 3936px, 0px 5248px, 0px 6560px,  0px 7872px, 0px 9184px, 0px 10496px, 0px 11808px;
  -webkit-animation: 14s scroll infinite linear;
  -moz-animation: 14s scroll infinite linear;
  -o-animation: 14s scroll infinite linear;
  -ms-animation: 14s scroll infinite linear;
  animation: 14s scroll infinite linear;
  max-width: 50%;
  max-height: 50%;
  width: 990px;
  height: 1312px;
  border: 3px solid #000;
}






@-webkit-keyframes scroll{
  100%{
    background-position: 0px -1312px;
  }
}

@-moz-keyframes scroll{
  100%{
    background-position: 0px -1312px;
  }
}

@-o-keyframes scroll{
  100%{
    background-position: 0px -1312px;
  }
}

@-ms-keyframes scroll{
  100%{
    background-position: 0px -1312px;
  }
}

@keyframes scroll{
  100%{
    background-position: 0px -1312px;
  }
}