JSFiddle - React, Tailwind, and code Playground
HTML
<span class="text-primary text-center">Test</span>
<p class="text-primary text-center">Test</p>
CSS
span {
background: #ff0000;
}
p {
background: #00ff00;
}
<span class="text-primary text-center">Test</span>
<p class="text-primary text-center">Test</p>
span {
background: #ff0000;
}
p {
background: #00ff00;
}