JSFiddle - React, Tailwind, and code Playground

by CrazyDave2345

HTML

<img src='/logo.png' id='logo'>Logo</img>
<h1>Verification Successful.</h1>
You have sucessfully verified your email.
<br />
You may close this tab, or track your students.

CSS

html {
    font-family: arial;
}

#logo {
    
}