여러 요소를 추가 DOM 노드 없이 묶는 React 기능. <>...</>.
return ( <> <h1>Title</h1> <p>Content</p> </> );
key가 필요하면 <Fragment key=...>.
<Fragment key=...>