Check out example codes for "center text in a html file". It will help you in understanding the concepts better.
Code Example 1
<tag class="" align='center'></tag>
Code Example 2
<center></center>
Code Example 3
To text align all yuo have to do this:
<style>
.yournameforclass {
background: #fff; //which does not have to be there
text-align: center;
width: 100%; //all of this can be varied. Text align can be used in these forms: left, which is to the left, right, to the right of the screen
height: 300px;
}
Learn ReactJs, React Native from akashmittal.com