JSFiddle - React, Tailwind, and code Playground

by danield770

HTML

<input type='text' value='gggyyyXXX' />

CSS

input {
    overflow: visible;
    //height: 26px;
    font-size: 30px;
    outline: 1px dashed black;
    border: 0;
    outline-offset: -8px;
    padding: 6px 0 2px 8px;
}