JSFiddle - React, Tailwind, and code Playground
by Amit Jadli
HTML
<iframe src="http://docs.google.com/viewer?url=http%3A%2F%2Fsamplepdf.com%2Fsample.pdf&embedded=true" width="400" height="780" style="border: none;"></iframe>
JavaScript
$(document).ready(function(){
setTimeout(function(){
$('iframe').contents().find('.ndfHFb-c4YZDc-bnBfGc').css('opacity','0.1');
},300);
});