JSFiddle - React, Tailwind, and code Playground

by Valentin Sarychev

HTML

<div style="overflow: hidden">
<pre>
Asdfasdfasdfasdf
asdf
asdf
asdf
asdf
</pre>
</div>

CSS

pre {
  font: monospace;
  line-height: 3em;
  background: red;
  margin-top: -1em;
}