### Purpose - [ ] Documentation ### Description I want to use tailwindcss to set header, like this: ` header: { className: "font-bold" }, ` but i can't set `<h1> <h2> <h3>`...? Also, if I don't set config I lose all style, why?
Purpose
Description
I want to use tailwindcss to set header, like this:
header: { className: "font-bold" },but i can't set
<h1> <h2> <h3>...?Also, if I don't set config I lose all style, why?