JSFiddle - React, Tailwind, and code Playground
by vicky081
HTML
<div id="wrapper">
<script>
-
})(jQuery);
</script>
<button type="button">hello</button>
</div>
CSS
#wrapper{width:100%; height:400px; background-color: black;}
button{height:50px; position:relative; margin: -20px -50px; width:100px; top:50%; left:50%;}