My code seems to be good but the RUN test does not pass
**Your code so far**
class MyComponent extends React.Component {
constructor(props) {
super(props);
}
render() {
// Change code below this line
return (
<div className='myDiv'>
<h1>Hello React!</h1>
</div>
)
// Change code above this line
}
};
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
Challenge: Create a React Component
Link to the challenge: