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-bootstrap.min.js"></script>
</head>
...
</html>
You can now use any Tailwind utility class to style or layout your Bootstrap components.
<button class="btn btn-primary font-extrabold border-transparent bg-pink-600
hover:bg-pink-500">Primary</button>