JSFiddle - React, Tailwind, and code Playground

by Ben Watts

HTML

<h1 id="header">Welcome to News Champ</h1>
<h2>Talk about the league</h2>
<h3>If you are going for the win, make sure you drink to win</h3>

JavaScript

$(function()
{
    $('#header').fadeOut(1000);
});