JSFiddle - React, Tailwind, and code Playground

by Mariagrazia_Lunghi

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;
}