13. What is a React component, and how does it differ from a regular HTML element?
1 point
A React component is an HTML element with additional styling options.
A React component is a reusable piece of Ul that can have its own state and behaviour, unlike regular HTML elements.
A React component is a smaller HTML element nested within a larger HTML element.
A React component is an HTML element that can only be used in React applications.
FUO