JSFiddle - React, Tailwind, and code Playground

by gcarames

HTML

<iframe class="iframe-elecciones-slider" src="https://d3fadmok0aypv.cloudfront.net/modulopaso/html/slider.html?provincia=san-juan"></iframe>
<style>
  .iframe-elecciones-slider {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 419px;
    min-height: 419px;
    border: 0;
    margin: 0;
    padding: 0;
  }

  @media screen and (max-width: 992px) {
    .iframe-elecciones-slider {
      height: 516px;
      min-height: 516px;
    }
  }

</style>