Check out example codes for "how to link scss and sass file in html". It will help you in understanding the concepts better.
Code Example 1
<!-- First you have to convert your scss/sass file to css -->
<head>
<link rel="stylesheet" href="style.css">
</head>
<!-- I recommend using a preprocessor for scss/sass -->
Learn ReactJs, React Native from akashmittal.com