엄격한 문법 구문 :
예)
<div>
<h1></h1>
<h1></h1>
</div>
<React.fragment>
<h1></h1>
<h1></h1>
</React.fragment>
<>
<h1></h1>
<h1></h1>
</>
react-dom.development.js:86 Warning: ReactDOM.render is no longer supported in React 18.
Use createRoot instead.
Until you switch to the new API, your app will behave as if it's running React 17.
Learn more: https://reactjs.org/link/switch-to-createroot