React
HTML
JSX
JavaScript XML
class
className
{변수명}
function App() { let posts = '수원 통닭' return ( <> <h4>{ posts }</h4> </> ) }