JSFiddle - React, Tailwind, and code Playground

by wisegorilla

CSS

.link-nostyle {
        color: inherit;
        text-decoration: none
      }

      .product-title div {
        font-size: 18px !important;
      }

.second-section {
    width: 300px;
}

      .link-nostyle:hover {
        color: red !important;
      }

      @media only screen and (max-width: 480px) {
        .product-title div {
          font-size: 8px !important;
        }

        .product-img img {
          width: 77px !important;
     		 margin: auto;
        }
.second-section {
    width: 200px;
}

      }