{/* comment here */}
It is a regular /* Block Comments */, but needs to be wrapped in curly braces.
/*Comment in react js*/ or {/*Another comment*/}
/**
* @dev returns the current window size
*/
{/* JSX Comment */} or {// JSX Comment }
{/* <p>This is some text</p> */}