JSFiddle - React, Tailwind, and code Playground

HTML

<div id="square">
</div>

CSS

#square {
  width: 80%;
  height: 300px;
  background: url(https://developer.mozilla.org/files/2915/screenshot2.png) top left no-repeat;
  border: solid 2px;
  text-shadow: white 0px 0px 2px;
  font-size: 16px;
  background-size: 80%;
  background-position: -70% 30%;
}