cara menghilangkan garis besar tombol saat diklik
*:focus {
outline: 0 !important;
}
Delightful Dunlin
*:focus {
outline: 0 !important;
}
using outline:none; we can remove that border in chrome
for tailwind css :
outline-none
focus:outline-none
Thank you! This helped me, youre a genius