Create a modal component which shows up on the click of a button.
Create a webpage with a button. When the button is clicked, show a modal which overlays the page.
The webpage is shown below.

When the user clicks on the button, a modal shows up as shown below.

You need to create the webpage using HTML, CSS, JS.



