JSFiddle - React, Tailwind, and code Playground
HTML
<div class="ttt">
I AM GENIUS
</div>
CSS
.ttt{
border: 1px solid #ccc;
border-bottom: 2px solid #cc00cc;
line-height: 40px;
text-align: center;
margin: 10% 10%;
}
<div class="ttt">
I AM GENIUS
</div>
.ttt{
border: 1px solid #ccc;
border-bottom: 2px solid #cc00cc;
line-height: 40px;
text-align: center;
margin: 10% 10%;
}