JSFiddle - React, Tailwind, and code Playground

by halirgb

HTML

<div class="my-class">
    I'm all about the Hello World
</div>

CSS

.my-class{
    background-color:#FF530D;
    padding:20px;
    width:200px;
    margin:10px auto 0 auto;
    color:#fff;
}