JSFiddle - React, Tailwind, and code Playground
HTML
<span>Hello! This is a test message.</span>
CSS
span {
font-size: 30px;
background: skyblue;
}
<span>Hello! This is a test message.</span>
span {
font-size: 30px;
background: skyblue;
}