fetch( "https://accountants.medicsmoney.co.uk//reviews/accountant/afc15f70-28fd-519d-b67c-b3c9f793cde4" ) . then( ( response ) => response . text() ) . then( ( html ) => { document . getElementById( "mmreviews" ) . innerHTML = html; } ) . catch( ( error ) => { console . warn( error ); } );