To comment inside a React return statement, you must wrap your comment in curly braces {} and use standard JavaScript block comment syntax /* */. Like this: return ( <div> {/* This is a safe comment */} </div> )