JSFiddle - React, Tailwind, and code Playground

by Max Sinev

HTML

<!--insert after "humans" div -->
<div class="beta"></div>

CSS

/* add into index.css */
.main_nav_item_image:hover + .main_nav_item_link
{
    border-radius: 20px;
    color: #000;
    background: #EBA62F;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

.beta
{
    background: url(../img/beta.png) no-repeat;
    width: 206px;
    position: absolute;
    height: 50px;
    left: 50%;
    margin-left: -53px;
    top: 0;
}