Content in the box in my HTML page.
Interactive editor
.box::before { content: "This should show before the other content. "; }
<p class="box">Content in the box in my HTML page.</p>