<div class="modal">
    <h3>
        <i class="modal-icon fal fa-exclamation-triangle"></i>
        Do you really want to delete this?
    </h3>
    <p>Put some text here to explain user of his action</p>
    <div class="modal-dialouge">
        <button class="btn btn-secondary">Cancel</button>
        <button class="btn btn-danger">Delete</button>
    </div>
</div>