JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

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

}