<!DOCTYPE html>
<body>
<style>
input {
box-sizing: border-box;
height: 200px;
}
</style>
<input type="text" placeholder="Username">
</body>
<!DOCTYPE html>
<body>
<style>
input {
box-sizing: border-box;
height: 200px;
}
</style>
<input type="text" placeholder="Username">
</body>