텍스트 뒤에 <img>요소를 위치시킨다.

코드

img {
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
}

실행결과