JSFiddle - React, Tailwind, and code Playground
by Kai
HTML
<div class="notification">UPCOMING ROUND OF 8 MATCH!</div>
CSS
.notification {
font-family: Arial;
font-size: 1em;
background-color: lightblue;
color: teal;
padding: 10px 15px;
}