comment in react

JavaScript
{/* A JSX comment */}
{/* A JSX comment */}render() {
  return (
    <div>
      <!-- This doesn't work! -->
    </div>
  )
}{/* 
  Multi
  line
  comment
*/}how to add multiple comment in react

{/* 
  Multi
  line
  comment
*/}how to add multiple comment in react
Source

Also in JavaScript: