JSFiddle - React, Tailwind, and code Playground
by rami7250
HTML
<div class="textop"><div class="ontop">הכרת מערכת איביי</div> </div>
CSS
.textop {background-image:url(http://oi66.tinypic.com/xgma6b.jpg);
width: 180px; height: 50px;
float: left; margin-left: -30px;
font-family: sans-serif; font-size: 14px; font-weight: bold;}
.ontop {margin-top:10px;
color: white;
text-shadow: 2px 2px 1px #000;
}
}