<div>
<h1>This is an example</h1>
<div>Diferent element</div>
<Prism language="jsx" code={this.exampleCode} />
</div>
- language: language which you want to show. Just use the sufix (html, javascript, etc...) Read more about language support here
- code: code which you want to show as example