JSFiddle - React, Tailwind, and code Playground
HTML
<header>
<h1></h1>
</header>
CSS
header h1:after {
content:"Alumni \A Association";
white-space: pre; /* or pre-wrap */
}
<header>
<h1></h1>
</header>
header h1:after {
content:"Alumni \A Association";
white-space: pre; /* or pre-wrap */
}