JSFiddle - React, Tailwind, and code Playground

by Elena Lembersky

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%;
  
}