JSFiddle - React, Tailwind, and code Playground

by Suryar Praveen

CSS

/* Black Friday */

.page #page-container #denomanation_hovercontent {
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, #797979 100%);
  background: -webkit-linear-gradient(top, #000000, #797979);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #000000, #797979);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #000000, #797979);
  /* For Firefox 3.6 to 15 */
  box-shadow: 1px 1px 5px 1px #636262;
}

.page #page-container .jscustomslider .arrow-up-amount {
  border-bottom: 23px solid #000000;
  box-shadow: 0px 1px 0px 0px #000000;
}

.home #page-container .ds-tab-cube .gform_wrapper ul.gfield_radio li label:hover,
.home .ds-tab-cube .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label {
  background-color: #000000;
}

.page #page-container .et_pb_fullwidth_section .et_pb_row.text_overlay {
  background: #ff0000;
  background: linear-gradient(to bottom, #ff0000, #e80e0e);
  background: -webkit-linear-gradient(bottom, #ff0000, #e80e0e);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #ff0000, #e80e0e);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #ff0000, #e80e0e);
}

.page #page-container .ds-tab-cube .et_pb_tabs_controls li.et_pb_tab_active:nth-child(1),
.ds-tab-cube .et_pb_tab:nth-child(1),
.page #page-container .ds-tab-cube .et_pb_tabs_controls li.et_pb_tab_active:nth-child(2),
.ds-tab-cube .et_pb_tab:nth-child(2) {
  background: #ffffff;
}

.page #page-container .ds-tab-cube,
.ds-tab-cube .et_pb_tabs_controls li.et_pb_tab_active a {
  color: #000000 !important;
}

.home #page-container .ds-tab-cube .gform_wrapper ul li input[type=text],
.home #page-container .ds-tab-cube .gform_wrapper ul li input[type='number'],
.home #page-container .ds-tab-cube .gform_wrapper ul li input[type='tel'],
.home #page-container .ds-tab-cube .gform_wrapper ul li input[type='email'],
.home .zip-code-top-up-section {
  color: #000000;
  border-bottom:...