JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Enter a username</h1>
JavaScript
var username = prompt('Enter username');
window.location.href = 'https://discordapp.com/widget?id=167248096164577280&theme=dark&username='+username;
<h1>Enter a username</h1>
var username = prompt('Enter username');
window.location.href = 'https://discordapp.com/widget?id=167248096164577280&theme=dark&username='+username;