JSFiddle - React, Tailwind, and code Playground

by Venkatesh Dematti

HTML

<script src="https://app.geckoform.com/gecko-embed/form.js?uuid=21FO00ggscuo3j00d3s46tb6px" id="gecko-form-embed-script"></script>

CSS

body {
  background-color:red;
}

@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}