JSFiddle - React, Tailwind, and code Playground

HTML

<div class="parent">
   <div>
      a
      b
      c
      f
      d
   </div>
</div>

CSS

.parent{
    width:100px;
    height:200px;
    overflow-y:scroll;
    

}
    
.parent>div{
    background-image: url(http://www.google.lv/images/srpr/logo3w.png);
    background-attachment:local;
    width:10px;
    height:1000px;
   }