JSFiddle - React, Tailwind, and code Playground
by hephistocles
HTML
<div id="heading">
<h1></h1>
</div>
CSS
#heading {
background:#396ba5;
border-bottom:solid 1px #000000;
}
#heading h1 {
text-align: left;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 92px;
background:
url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRSKFBKD7D29HJTFH7V9ktGziDU2ie0xkicYIc2bLYAVc92ugSdUQjnIg") no-repeat 0px 10px,
url("http://rebargroup.org/wp-content/uploads/2013/07/Facebook-icon-small.jpg") no-repeat 50px 10px,
url("http://cruise-international.com/wp-content/uploads/2013/05/small-google-plus-icon-.png") no-repeat 100px 10px,
url("http://jsfiddle.net/img/logo.png") no-repeat 0px 0px,
#396ba5;
}