Please check demo here:
https://demo.drupar.com/mahipro/elements/content-elements/modal
https://demo.drupar.com/mahipro/elements/content-elements/modal
<div class="modal">
<button>Launch modal</button>
<div class="modal-content">
-- content of the modal --
<button class="modal-close">x</button>
</div><!--/modal-content-->
</div><!--/modal-->