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;
}
by elvis reyes
<div class ='sample'><a>hello</a></div>
.sample{
height: 50px;
background-color: red;
line-height: 50px;
}