Check out example codes for "how to add space in html". It will help you in understanding the concepts better.
Code Example 1
<!-- 1 space -->
  <!-- tab; 2 space -->
  <!-- tab; 4 space -->
Code Example 2
<!-- Add leading white space in front of text -->
Hello World
<!-- Output: ' Hello World' -->
Code Example 3
 
Code Example 4
<br/>
Code Example 5
Code Example 6
<!-- vertical space -->
 
 
<!--horizontal space -->
<br/>
Learn ReactJs, React Native from akashmittal.com