JSFiddle - React, Tailwind, and code Playground
HTML
<div class ='sample'><a>hello</a></div>
CSS
.sample{
height: 50px;
background-color: red;
}
<div class ='sample'><a>hello</a></div>
.sample{
height: 50px;
background-color: red;
}