Question
How to keep paragraph text horizontally centered?
How to keep paragraph text always horizontally centered? No matter how many lines the text has, it should always remain horizontally centered. In my image, there are three text paragraphs. If there are four or two paragraphs, I'm not sure how to implement this using JSX code.

