I would like to add two extra spaces between the words TITLE and THE. So the word-spacing or text-indentation CSS property will not work here. Any advice to achieve my goal? Thank you.
.c1::after{
content:"SUB TITLE THE EXAMPLE";
position:absolute;
display:block;
font-size:.395em;
letter-spacing:.125em;}
<div class ="c1" style="display:flex; justify-content:center;">
<h4>HELLO STACKOVERFLOW</h4></div>