JSFiddle - React, Tailwind, and code Playground

HTML

<div>    
    <button>yes</button>
</div>

CSS

button{height:30px;border:solid 1px #ccc}div {height:30px;background:red}