JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

body {
    background-color: #ccc;
}

div {
    background: url("http://www.flexin.be/templates/2010/css/photos/summer-businessman-small.jpg") repeat scroll 0 0 #3868D2;
    height: 100px;
}

url("/templates/2010/css/photos/summer-businessman-small.jpg") repeat scroll 0 0 #3868D2

JavaScript

$('div').animate({
 backgroundPositionY: '-750px',
 backgroundPositionX: '-180px'
},
15000,
'swing');