In this challenge, you are provided with the Car
component that receives the speed
prop. Your task is to modify the component to display Over the speed limit!
in red color if the speed
is greater than 60, and Under the speed limit
otherwise. Update the Car
component to obtain the desired outcome.