JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

div:first-of-type:before {
  content: "Ik type mijn content hier zodat mijn HTML schoon blijft. Lekker handig zo.";
}
div:last-of-type {
  background: url('https://ic.tweakimg.net/ext/i.dsp/966940860.jpg') no-repeat center center;
  height: 783px;
  width: 916px;
  border: 13px solid #A00;
}