1 2 3 4 5 6
<!DOCTYPE html> <html> <body> <input type="text" style="width: 100px; text-decoration: underline; box-sizing: border-box;" value="1234"> </body> </html>