<!doctype html>
<style>
div {
display: block;
}
div::before {
content: "Should appear";
</style>
<div></div>