JSFiddle - React, Tailwind, and code Playground

by David Joseph Guzsik

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;