Use <code> or similar tags in ReactJS using JSX
问题 I am trying to use ReactJS with JSX to create a proof of concept for a styleguide. I wanted to be able to display the raw html of how to call on components doing this. JSX is ignoring my <code> tags and rendering out the component This is what i have tried so far Display HTML code in HTML <blockquote> <pre> <code> <VideoPlayer ref="videoplayer" preload={this.props.preload} classes={this.props.classes} videoID={this.props.videoID} controls="controls" /> </code> </pre> </blockquote> I was