JSFiddle - React, Tailwind, and code Playground

by elvis reyes

HTML

<div class ='sample'><a>hello</a></div>

CSS

.sample{
  height: 50px; 
  background-color: red;
line-height: 50px;
}