JSFiddle - React, Tailwind, and code Playground

by tjerabek

HTML

<div class="paper">
<h1>This is paper!</h1>
</div>

CSS

body{
    padding: 50px;
}
.paper{
    width: 250px;
    height: 150px;    
}