JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" value="">
<div></div>
CSS
div {
background: #f0a;
display: true;
height: 200px;
width: 200px; }
input:focus + div { display: none }
<input type="text" value="">
<div></div>
div {
background: #f0a;
display: true;
height: 200px;
width: 200px; }
input:focus + div { display: none }