Check out example codes for "increase size of button html". It will help you in understanding the concepts better.
Code Example 1
transform: scale(4); /* This will make the component 4 times bigger */
Code Example 2
<button style="height:40px; width=40px;">Press Me</button>
Learn ReactJs, React Native from akashmittal.com