JSFiddle - React, Tailwind, and code Playground
HTML
<pre><code>def hello_world
puts "hello world!"
end
</code></pre>
<small> click on the code to modify</small>
CSS
code{
display: block;
margin: 10px;
padding: 10px;
background: #AAA;
}