JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://www.jqueryscript.net/demo/Simle-Touch-Enabled-jQuery-Draggable-Background-Plugin/draggable_background.js"></script>
<div></div>
CSS
div{
height:300px;
background: #ccc url(http://moland.org/wp-content/uploads/2012/06/Nature-trail-2.jpg) no-repeat;
}
JavaScript
$('div').backgroundDraggable();