JSFiddle - React, Tailwind, and code Playground

by Chris LaFrombois

HTML

<div id="topImage">
</div>

CSS

#topImage{
  position:absolute;
  background-image:url("https://via.placeholder.com/300");
  background-repeat:repeat-x;
  width:100%;
  height: 100px;
}