JSFiddle - React, Tailwind, and code Playground

by Alireza Safian

HTML

<div  src="img_navsprites.gif" alt=""></div>
<div src="img_trans.gif" alt="" id="home"></div>
<div src="img_trans.gif" alt="" id="next"></div>

CSS

#home{
  width:46px;
  height:44px;
  background: url(http://reapersoftwares.com/test/img_navsprites.gif) 0 0;
}
#next{
  width:43px;
  height:44px;
  background: url(http://reapersoftwares.com/test/img_navsprites.gif) -91px 0;
}