This is a paragraph.
import React from "react"; const ExampleComponent = () => { return ( <div> <p>This is a JSX component.</p> </div> ); };