Como remover a borda no botão Clique
.btnName{
outline: none;
}
Silly Skylark
.btnName{
outline: none;
}
outline:none;
.x-btn:focus, .button:focus, [type="submit"]:focus {
outline: none;
}
using outline:none; we can remove that border in chrome
for tailwind css :
outline-none
focus:outline-none