<span></span><br>
<input type="text" class="responsiveInput" placeholder="Enter something"></input
document.getElementsByClassName("responsiveInput").oninput = function(){
this.previousSibling.innerText = this.value !== '' ? this.placeholder : '';
}
Текст появится в span выше.