JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text"><div></div>
CSS
body { margin: 0; }
input, div { display: inline-block; }
div {
width: 10px;
height: 10px;
background: #000;
margin-top: 20px;
}
<input type="text"><div></div>
body { margin: 0; }
input, div { display: inline-block; }
div {
width: 10px;
height: 10px;
background: #000;
margin-top: 20px;
}