JSFiddle - React, Tailwind, and code Playground
HTML
<div class="tab">Home</div>
CSS
.tab{
background:green;
width:100px;
height:30px;
text-align: center;
line-height:30px;
}
<div class="tab">Home</div>
.tab{
background:green;
width:100px;
height:30px;
text-align: center;
line-height:30px;
}