I just stumbled upon React-Bootstrap. I looked at their docs, but I couldn't find anything about centering text. Like this:
<h1 class="text-center">Hello World</h1>
So I was wondering if you can use the same technic, but apply it for React development instead. Like this for example:
<h1 classnName="text-center">Hello World</h1>
Cheers!