comment jsx code

JavaScript
render() {
  return (
    <div>
      <!-- This doesn't work! -->
    </div>
  )
}{/* 
  Multi
  line
  comment
*/} {/*  comment here  */} 
 It is a regular /* Block Comments */, but needs to be wrapped in curly braces.how to add multiple comment in react
Source

Also in JavaScript: