JSFiddle - React, Tailwind, and code Playground

by Laurent Dufour

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