Check out example codes for "how to resize submit button in html". It will help you in understanding the concepts better.
Code Example 1
<input type="submit" id="search" value="Search" />
Code Example 2
#search {
width: 20em; height: 2em;
}
Learn ReactJs, React Native from akashmittal.com