Check out example codes for "how to change the color of the hr tag in html". It will help you in understanding the concepts better.
Code Example 1
<style>
hr{
height: 1px;
background-color: #ccc;
border: none;
}
</style>
Learn ReactJs, React Native from akashmittal.com