JSFiddle - React, Tailwind, and code Playground
HTML
<p id="hello">I want the background icon to have padding to it too!</p>
CSS
#hello { padding: 10px; background-color:green; background: url("http://www.costascuisine.com/images/buttons/collapseIcon.gif") no-repeat scroll 400px 50% 10% #e8e8e8; width: 400px;}
article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }