Check out example codes for "html list over three columns". It will help you in understanding the concepts better.
Code Example 1
ul {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
Learn ReactJs, React Native from akashmittal.com