JSFiddle - React, Tailwind, and code Playground
HTML
<p data-word="DU"></p>
<p data-word="EG"></p>
<p data-word="PAC"></p>
CSS
p[data-word=DU]:before {
content: "Department Unity";
}
p[data-word=EG]:before {
content: "E.. G..";
}
p[data-word=PAC]:before {
content: "P.. A.. C..";
}