JSFiddle - React, Tailwind, and code Playground
HTML
<div id="test">
<button>testing</button>
</div>
CSS
body, html {
width: 100%;
height: 100%;
}
#test{
background-color:#666;
width:50%;
height:100%;
}
<div id="test">
<button>testing</button>
</div>
body, html {
width: 100%;
height: 100%;
}
#test{
background-color:#666;
width:50%;
height:100%;
}