JSFiddle - React, Tailwind, and code Playground
HTML
<div role="button" aria-label="chicken">
</div>
CSS
div {
width: 500px;
height: 500px;
background-color: red;
}
<div role="button" aria-label="chicken">
</div>
div {
width: 500px;
height: 500px;
background-color: red;
}