JSFiddle - React, Tailwind, and code Playground

by Ravindra Athreya

HTML

<div>
Test
</div>

CSS

div {
  border: 1px solid red;
  height: 50px;
  width: 50px;
}