### What version of @tailwindcss/typography are you using? v0.4.1 ### What version of Node.js are you using? v16.3.0 ### What browser are you using? Chrome ### What operating system are you using? Windows ### Reproduction repository https://play.tailwindcss.com/YZS1I4iDer ### Describe your issue `kbd` tag style should look like keyboard. Try out the following & see it's styled differently. ```html <article class="prose mx-6 mt-10"> <h1>`kbd` tag below is styled incorrectly</h1> <kbd>Enter</kbd> </article> ``` Or check out the Tailwind Play here -> https://play.tailwindcss.com/YZS1I4iDer By default it should look like on here -> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd or https://meta.superuser.com/questions/4788/css-for-the-new-kbd-style I know I can do it in my project but a default style wouldn't hurt :)
What version of @tailwindcss/typography are you using?
v0.4.1
What version of Node.js are you using?
v16.3.0
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction repository
https://play.tailwindcss.com/YZS1I4iDer
Describe your issue
kbdtag style should look like keyboard.Try out the following & see it's styled differently.
Or check out the Tailwind Play here -> https://play.tailwindcss.com/YZS1I4iDer
By default it should look like on here -> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd or https://meta.superuser.com/questions/4788/css-for-the-new-kbd-style
I know I can do it in my project but a default style wouldn't hurt :)