JSFiddle - React, Tailwind, and code Playground
HTML
<div id="rubems"></div>
CSS
body {
background: #fff;
}
#rubems {
position: fixed;
background: url(https://i.imgur.com/oz5I0Af.png) -1px -10px repeat;
width: 36px;
height: 44px;
}
<div id="rubems"></div>
body {
background: #fff;
}
#rubems {
position: fixed;
background: url(https://i.imgur.com/oz5I0Af.png) -1px -10px repeat;
width: 36px;
height: 44px;
}