JSFiddle - React, Tailwind, and code Playground

by orjan

HTML

<div>
Text
</div>

CSS

div {
  background-color: blue;
  color: white;
  font-size: 15px;
  padding: 8px 16px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
}