Inkblot comes with prebuilt Tailwind-based styles for its own UI, but if you want to style your own content as well, you can add a tailwind.css file, which will be automatically picked up and built. Here’s a basic one to get you started:
@import "tailwindcss";
@plugin "@tailwindcss/typography";