<!DOCTYPE html>
<style>
span:before {
display: block;
content: "Should be on it's own line, ";
}
</style>
<span>and this too.</span>
<!DOCTYPE html>
<style>
span:before {
display: block;
content: "Should be on it's own line, ";
}
</style>
<span>and this too.</span>