JSFiddle - React, Tailwind, and code Playground

by Gregor Z.

HTML

<div class="a">

Test

</div>


<div class="b">

Test 2
</div>

CSS

.a {
  height: 20px;
  background-color: green;
  text-align: center;
}

.b {
  margin: 0px auto;
  height: 30px;
  width: 60px;
  background-color: red;
  text-align: center;
}