JSFiddle - React, Tailwind, and code Playground

HTML

<header>
    <h1>Test</h1>
</header>

CSS

header h1:after {
    white-space:pre;
    content:"Alumni \a Association";
}