JSFiddle - React, Tailwind, and code Playground

by honk1

HTML

<div class="row carousel-div">

    <%= render "carousel", f: f %>

  </div>

    there should be nothing around here, exept me.
    
<div class="row carousel-div">

    <%= render "carousel", f: f %>

  </div

JavaScript

$(document).ready(function() {
  $(".carousel-div").hide();
});