JSFiddle - React, Tailwind, and code Playground

by Damir Rysaev

JavaScript

<script>
	function helperIq34 () {
    var h = window.innerWidth <= 640 ? 60 : 90
    $('#rec378133597').css(
      $(window).scrollTop() > h
        ? { 'position': 'fixed', 'bottom': '0', 'width': '100%', 'z-index': '9999998' }
        : { 'position': 'relative', 'bottom': 'auto', 'width': 'auto'  }
    )
  }
  	$(window).ready(helperIq34);
    $(window).scroll(helperIq34);
</script>