JSFiddle - React, Tailwind, and code Playground

HTML

<input value="asdg">

CSS

input {
    font-family: arial;
    font-size: 28px;
    line-height: 28px;
    height: 28px;
    padding: 0;  
    border: none;
    outline: none;
}