JSFiddle - React, Tailwind, and code Playground

by ngoctuan001

HTML

<p contenteditable class="wrapper">THE GREAT BANGKOK SALE</p>

CSS

.wrapper {
  text-align: center;
  border: 1px solid red;
  background-color: white;
  color: black;
  width: 240px;
  font-size: 36px;
  line-height: 43px;
  height: 300px;
  
}