Check out example codes for "how to use the label tag in html". It will help you in understanding the concepts better.
Code Example 1
<label for="id_of_what_you're_labeling"></label>
<!-- for example-->
<label for="username"></label>
<input type="text" id="username">
Learn ReactJs, React Native from akashmittal.com