JSFiddle - React, Tailwind, and code Playground
by sagens
HTML
<input type="text" placeholder="tap on me to open keyboard" />
<div id="block">
</div>
CSS
#block {
width: 500px;
height: 500px;
background-color: #33B5E5;
}
@media all and (max-height: 800px) {
#block {
display: none;
}
}