JSFiddle - React, Tailwind, and code Playground

HTML

<div class="footer">Hello</div>

CSS

.footer {
  background: url("http://turbo.themezilla.com/classica/wp-content/themes/classica/images/bg-foot.gif") left top repeat-x #f5f5f5;
  height: 100px;
  padding: 15px;
}