JSFiddle - React, Tailwind, and code Playground
HTML
<div class="bottom">Блок с текстом</div>
CSS
.bottom {
width:100%;
height:70px;
border:1px solid red;
background:yellow url("http://www.iconsearch.ru/uploads/icons/orbiconspack/128x128/counterstrike.png") no-repeat;
}