JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

HTML

<p>This is my amazing paragraph!</p>

CSS

p {
    background: yellow;
    width: 25%;
    height: 50%;
}