JSFiddle - React, Tailwind, and code Playground

by benhowdle89

JavaScript

$('#moreLink').click(function(){
    var hiddenS = $('hiddensubnav').height();
    $('contenttobepusheddown').css({
        marginTop: hiddenS
    });
});