JSFiddle - React, Tailwind, and code Playground

by praveen_jegan

HTML

<div id="test">
 <button>testing</button>
 </div>

CSS

body, html {
  width: 100%;
  height: 100%;
}

#test{
background-color:#666;
width:50%;
height:100%;
}