<style> * { font: 16px SerenitySans; } .foo { display: flex; gap: 1ch; } .foo:before { content: "well"; } .foo:after { content: "friends"; } </style><div class="foo">hello</div>