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;
}
by Imabot
<p>White text with blue background</p>
/* Style des balises <p> */
p {
color: white;
background-color: blue;
}