Add border-bottom, to the A tag of display: inline-block in active state. How to increase the height of A tag block without A tag?

such as the title.
add border-bottom, to the A tag of display: inline-block in active state. How to increase the height of A tag block without A tag block?

as shown in the following figure, when you click to the active status, the text always moves up, that is, the height of the A tag increases (with the height of border)

Css
Apr.12,2021

generally, the border color is set to transparent first, and other colors are set when hovering or active

border-bottom:1px solid transparent;

set a transparent border for each tab column first, and then change the border color in active

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b26a-4eed5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b26a-4eed5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?