JSFiddle - React, Tailwind, and code Playground
by Mi Ku
HTML
<!DOCTYPE html>
<html lang=en-us>
<body>
<div class="container">
<div class="bgimg" style="width:142px"><div>
<ul>
<li><img src="http://xsenet.iqservices.com/images/ccvisa.gif"></li>
<li><img src="http://xsenet.iqservices.com/images/ccvisa.gif"></li>
</ul>
</div>
</body>
<html>
CSS
.container{
position: relative;
border:1px solid red;
width:400px;
height:200px
}
.bgimg {
border:1px solid green;
position: absolute;
background:url('http://xsenet.iqservices.com/images/logo.gif');
width:242x;
height:46px;
}
ul {
margin: 0;
padding: 10px 0;
list-style-type: none;
}
ul li { display: inline; padding:0px 10px }