JSFiddle - React, Tailwind, and code Playground

by Michaël Vanbrabandt

HTML

<span class="text-primary text-center">Test</span>
<p class="text-primary text-center">Test</p>

CSS

span {
    background: #ff0000;
}

p {
    background: #00ff00;
}