JSFiddle - React, Tailwind, and code Playground

by askhflajsf

CSS

@font-face {
  font-family: "ProximaNovaSemibold";
  src:url("/fonts/proxima_nova_semibold_webfont.eot?#iefix") format("embedded-opentype"),
    url("/fonts/proxima_nova_semibold_webfont.woff") format("woff"),
    url("/fonts/proxima_nova_semibold_webfont.svg#ProximaNovaSemibold") format("svg");
  font_weight: normal;
  font_style: normal;
}

.text_slides div p {
  font-family: "ProximaNovaLight";
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 16px;
}

.text_slides div p:first-of-type {
  font-family: "ProximaNovaSemibold";
  font-size: 11px;
}