To draw a red horizontal line in React, we can add an hr element that has a height and background color . We create the ColoredLine component that takes the color prop. And we set the style prop to an object with the color , backgroundColor and the height properties. backgroundColor makes the line set to color .