<!DOCTYPE html>
<style>
div::after {
content: "Filler Text";
display: list-item;
margin-left: 1em;
}
</style>
<div>Filler text</div>