JSFiddle - React, Tailwind, and code Playground

by jnfsmile

HTML

Hide
<br />
<input id="hide-text" type=file />
<br/> Cover
<br />
<input id="cover-text" type=file />
<div>
</div>
</div>

CSS

#hide-text {
  width: 6.5em;
}

#cover-text + div {
  /*border: 1px solid green;*/
  right: -5.5em;
  top: -1.2em;
  height: 1em;
  width: 6.7em;
  position: relative;
}