JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  <div>
    <div>
      <pre><code><span>Some code!!!
      line2</span></code></pre>
    </div>
  </div>
</div>

CSS

*{ margin: 0;
padding:0;}
pre {
  background: white;
}