This repository will change the rendering of forms in formio.js so that it uses html and classes compatible with the TailwindCSS framework.
import tailwindcss from '@formio/tailwindcss';
import { Formio } from 'formiojs';
Formio.use(tailwindcss);
Formio.Templates.framework = "tailwindcss"
If icon is not show
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script>
Formio.icons = "fontawesome"
</script>