JSFiddle - React, Tailwind, and code Playground

by rgthree

HTML

<div></div>

CSS

div {
    height:250px;
      background:url('http://www.w3schools.com/css/w3css.gif') no-repeat 50px 0px,
      url('http://www.w3schools.com/css/w3css.gif') no-repeat right 50px;
}

div:hover {
    background-position:50px 100px, right 0px;
}