CSS prepend
* { --prepend: initial; } ::before { content: var(--prepend); } div { --prepend: "YOLO"; }