JSFiddle - React, Tailwind, and code Playground

HTML

<span>Hello! This is a test message.</span>

CSS

span {
  font-size: 30px;
  background: skyblue;
}