Input emulate

by azproduction

HTML

<div contenteditable>Pewpew</div>

CSS

div {
    border: solid 1px #777;
    width: 100px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Courier New";
}