JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>

<head>
    
<script type="text/javascript">
    var __originalNavigator = navigator;
    navigator = new Object();
    navigator.__defineGetter__('userAgent', function () { 
        return 'Custom'; 
    });

    var iframe='<iframe id="frame" name="widget" src ="http://www.useragentstring.com/" width="100%" height="400" marginheight="0" marginwidth="0" frameborder="no" scrolling="no"></iframe>';        
        
    document.write("User-agent header sent: " + navigator.userAgent + iframe);        
</script>

</head>  
    
<body>
</body>
</html>