JSFiddle - React, Tailwind, and code Playground

HTML

<div class="top"><p class="title" text="Some text"></p></div>

CSS

.title
{
text-align: center;
color:blue;
}

.top
{
width:1205px;
height:100px;
float:left;
background:#000000;
color: blue;

}