<!DOCTYPE html>
<style>
input {
background-color: green;
position: absolute;
font-size: 20px;
padding: 20px;
width: 200px;
}
</style>
<input id="input" type="text" value="NEW">
<!DOCTYPE html>
<style>
input {
background-color: green;
position: absolute;
font-size: 20px;
padding: 20px;
width: 200px;
}
</style>
<input id="input" type="text" value="NEW">