JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<p>White text with blue background</p>

CSS

/* Style des balises <p> */
p {
  color: white;
  background-color: blue;
}