JSFiddle - React, Tailwind, and code Playground

by Sergey khorev

CSS

@media only screen and (max-width: 600px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 6vw);
    position: fixed;
    top: 0;
    max-width: 100%;
    z-index: 3;
    background-color: #fff;
    padding: 13px 0px;
    box-sizing: border-box;
  }

  .account__button.yellow {
    background-color: #FFD902;
    margin-left: 170px;
  }
}