I want to design a CSS-based 'button' that looks like this:
The blue color is just the background, so I am focusing on the "Welcome" text and the rectangle displayed below it.
When the button is active or hovered over, I want a rectangle to appear BELOW the button.
Here is the HTML code for the button:
<li><a href="#" id="welcome">Welcome</a></li>