1 2 3 4 5
import React from 'react'; export default function ({ name }) { return <h2 id="react-h2">Hello {name}!</h2>; }