JSFiddle - React, Tailwind, and code Playground

by sandro_paganotti

HTML

<div class="container">
    <div class="container_inner">
        Hello! <br/> World!
    </div>
</div>

CSS

.container{
    width: 300px;
    background: green;
    height: 200px;
}