I am trying to send my child components in a react application an alternating color as a property, and I'm not really sure how to do it. The color of each StatLine component should alternate. I want to use map because my array is dynamic and writing out each row of the array in render seems unnecessary.I am trying to send my child components in a re