JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  <span></span>
</div>

CSS

div {
  background-image: url(http://ardrober.ru/kartinki/3/kubiki_raduga_3d_grafika_fon_6000x4000.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 300px;
  -webkit-background-size: 1000px auto;
  background-size: 1000px auto;
  position: relative;
}
span {
  display: block;
  position: absolute;
  left: 50%;
  top: 106px;
  margin-left: -190px;
  height: 68px;
  width: 70px;
  border: 3px solid red;
}