JSFiddle - React, Tailwind, and code Playground

by Tushar Thakare

HTML

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=https://scholar.harvard.edu/files/torman_personal/files/samplepptx.pptx' width='1366px' height='623px' frameborder='0'>

JavaScript

$(document).on('keypress',function(e) {
    if(e.which == 13) {
        alert('You pressed enter!');
    }
});