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%;
}
by Josh Pullen
<p>This is my amazing paragraph!</p>
p {
background: yellow;
width: 25%;
height: 50%;
}