JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div id="block">
<input type="date">
<button type="button">click here</button>
</div>
</body>
CSS
#block {text-align: center;width:50%}
input{width: inherit;}
button{width: inherit;}