JSFiddle - React, Tailwind, and code Playground

by pedro_g_s

HTML

<div>
    <p>FoxRox</p>
</div>

CSS

div {
    height: 100px;
    background: #eee;
    color: #333;
 }
p {
    display: inline-block;
}