JSFiddle - React, Tailwind, and code Playground

HTML

<input value="blablablablabla">

CSS

input {
    text-decoration: underline;
    text-decoration-style: dotted;
    -moz-text-decoration-style: dotted;
    border: 0;
}
input:hover {border: 1px solid gray; text-decoration: none;}