I’ve added the code into windpress, a plugin for wordpress because eventually I want to run the code into wordpress. Seems that still some parts are missing from the export of the code. I don’t think the problem is the way we import tailwind but that the export doesnt provide all the code.
Also this is the FAQ section and the questions are missing..
Am I doing something wrong on the export ?
<section id=“relume” class=“px-[5%] py-16 md:py-24 lg:py-28">
<div class=“container”>
<div
slotName=“max-width-large”
class=“rb-12 mb-12 w-full max-w-lg md:mb-18 lg:mb-20”
>
<h2
elementName=“heading”
class=“rb-5 mb-5 text-5xl font-bold md:mb-6 md:text-7xl lg:text-8xl”
>
FAQs
</h2>
<p elementName=“paragraph” class=“md:text-md”>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse
varius enim in eros elementum tristique.
</p>
</div>
<div class=“” data-orientation=“vertical”></div>
<div slotName=“max-width-medium” class=“mt-12 md:mt-18 lg:mt-20”>
<h4
elementName=“heading-2"
class=“mb-3 text-2xl font-bold md:mb-4 md:text-3xl md:leading-[1.3] lg:text-4xl”
>
Still have questions?
</h4>
<p elementName=“paragraph-2" class=“md:text-md”>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<div
elementName=“button-group”
slotName=“button-group”
class=“mt-6 md:mt-8"
>
<button
class=“focus-visible:ring-border-primary inline-flex gap-3 items-center justify-center whitespace-nowrap ring-offset-white transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border border-border-primary text-text-primary bg-background-primary px-6 py-3”
elementName=“button”
title=“Contact”
>
Contact
</button>
</div>
</div>
</div>
</section>