React: Create a Complex JSX Element

Why I can’t use <React.Fragment></React.Fragment> in this chalange. I want to use <React.Fragment></React.Fragment> instead of div. Why is it not working?

The challenge specifically asks for a div with an h1, a p, and a list with three li in it.

Fragments are nice, but this is literally just the second lesson in the React section (and that they’re not covered here at all).

Thank you kevcomedia. I try different solutions. I thought the FCC accepts other valid options.