I'm using Jquery mobile icons. I have a little confusion here to change the actual icon color to red and background to white. See below html code.
<div data-role="page"><div data-role="content">
<a href="#" data-role="button" data-icon="home" data-inline="true" data-iconpos="notext"> </a</div></div>
Such that the icon should be as follows
See JS FIDDLE HERE