JSFiddle - React, Tailwind, and code Playground

by Arnaud

HTML

<p style="color:red;">
Ceci est un paragraphe !
</p>

<style>
p{
  color:blue;
}
</style>

CSS

p{
  color:green;
}