import React from "react"; function App() { return ( <> <p>First element</p> <p>Second element</p> </> ); }