JSFiddle - React, Tailwind, and code Playground

by akogch

HTML

<div>
  <div>Lorem ipsum.</div>
</div>

CSS

div {
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-align: center;
  background-color: #999;
}

div {
  /* background-color: red; */
}