tailwindcss-typography
Beautiful typographic defaults for HTML you don't control. (by tailwindlabs)
BlockNote
A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap. (by TypeCellOS)
tailwindcss-typography | BlockNote | |
---|---|---|
53 | 2 | |
5,793 | 8,474 | |
1.5% | 1.6% | |
5.8 | 9.7 | |
10 days ago | 3 days ago | |
JavaScript | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tailwindcss-typography
Posts with mentions or reviews of tailwindcss-typography.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-02.
-
Build A Full-Stack Application With AnalogJS
At this point the markdown may be rendered, but styles will not be applied. To fix that, you need to import prismjs styles. If you’re using Tailwind, you’ll also want to add tailwindcss-typography for that extra polish (and apply the prose css class where you rendered the blogs). Depending on your Tailwind version (mine’s 4+), you’ll need to edit your style.css.
-
TailwindCSS v4.0: Upgrading from v3 with some plugins
Recently, while building a personal blog started with Tailwind CSS v3.4, I was faced with the need to upgrade to the latest version of the utility-first library. Though this migration guide was helpful, I couldn't find resources to include plugins such as @tailwindcss/typography (needed for the prose-related rules) and @tailwindcss/forms (needed for form elements). Hence this article. It will be a short ride.
-
Should I use Tailwind? 5 things to consider - real experience [2024]
prose class from the official Typography plugin made our flagship article a well-formatted piece of content instantly.
-
Implementing the "Cloudflare worker stack"
Tailwind's Typography plugin.
-
Creating a static Next.js 14 Markdown Blog - An Adventure
To enable viewing MDX files in our app, lets install MDX. We should also install our other helper which is tailwindcss/typography as a dev dependency. This'll be useful later for auto styling the blog post.
-
I built an Markdown editor using Next.js and TailwindCss 🔥
3. Setup react-markdown and @tailwindcss/typography
-
Ask HN: Examples of clean design in personal blogs / digital portfolios?
The typography plugin which comes out of tailwind gives a clean readable experience in my opinion. https://tailwindcss.com/docs/typography-plugin
-
The 7 best plugins to use in your Tailwind project
This is the text before the plugin: This is the text after applying the plugin: You can play with the demo here, and check out more ways to use it in the Typography documentation.
-
Strategy to generate the Tokens Studio(Figma) JSON file converter for Tailwind CSS and Emotion
2. Use typography plugin
-
Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
We've been using https://tailwindcss.com/docs/typography-plugin with Tiptap and it's worked great so far.
BlockNote
Posts with mentions or reviews of BlockNote.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-08-01.
-
Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
We think the headless approach is a big factor in why Tiptap has become so popular, but you are right! You can't just add Tiptap to your project without styling. That's why we're always asked about a drop-in Notion-like styling. We don't offer this, but our community has built something that might help you: https://github.com/TypeCellOS/BlockNote
- Show HN: BlockNote – a “Notion-style” block-based text editor for React
What are some alternatives?
When comparing tailwindcss-typography and BlockNote you can also consider the following projects:
tailwindcss-forms - A plugin that provides a basic reset for form styles that makes form elements easy to override with utilities.
Yopta-Editor - Notion-like editor with similar behaviour [Moved to: https://github.com/Darginec05/Yoopta-Editor]
react - Cheatsheets for experienced React developers getting started with TypeScript
novel - Notion-style WYSIWYG editor with AI-powered autocompletion.
mdx - Markdown for the component era
react-prosemirror - A library for safely integrating ProseMirror and React.