I am trying to import font-awesome in my rails application which uses tailwind css framework.Unfortunately instead of icons square boxes show up in my application.
Steps followed:
yarn add --dev @fortawesome/fontawesome-free
application.scss
@import "@fortawesome/fontawesome-free";
I tried so many ways but not able to display icons. Can someone let me know how to resolve this?