To install you simply need to include the following <script> tag in the <head> of your HTML page.
<html>
<head>
...
<script src="https://cdn.jsdelivr.net/npm/foxtailcss/dist/foxtail-foundation.min.js"></script>
</head>
...
</html>
You can now use any Tailwind utility class to style or layout your Foundation components.
<button type="button" class="button font-extrabold border-transparent bg-pink-600
hover:bg-pink-500">Primary</button>