JSFiddle - React, Tailwind, and code Playground

by Bacco

HTML

<input class="teste1" type="password"><br>
<input class="teste2" type="password"><br>
<input class="teste3" type="password"><br>

CSS

.teste1 {
    font-size:18px; width:85px;
    font-family:Lucida Console;
}
.teste2 {
    font-size:40px; width:85px; height:30px;
    font-family:Arial, Helvetica, sans-serif;
    character-spacing: -5px; line-height:20px;
}
.teste3 {
    font-size:18px; width:85px;
    font-family:Wingdings;
}