Check out example codes for "reference an external style sheet". It will help you in understanding the concepts better.
Code Example 1
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
Replace "mystyle.css" with the name of your css file.
Learn ReactJs, React Native from akashmittal.com