JSFiddle - React, Tailwind, and code Playground

by Frank Liu

HTML

<div class="box">
Hello from the other side
</div>

CSS

.box {
  margin: 10px;
  color: red;
  border: 1px solid red;
  padding:20px;
  
}