JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test">Coucou</div>
CSS
.test {
margin-bottom: 30px;
display: block;
color: #7740af;
text-align: center;
border: 1px solid #7740af;
color: #7740af;
height: 45 px;
}
<div class="test">Coucou</div>
.test {
margin-bottom: 30px;
display: block;
color: #7740af;
text-align: center;
border: 1px solid #7740af;
color: #7740af;
height: 45 px;
}