JSFiddle - React, Tailwind, and code Playground

by infous

HTML

<div>
  Text
</div>

CSS

div {
  background-color: orange;
  margin: 0 auto;
  width: 200px;
}