tinymce and tailwind code example
Example: using tinymce with tailwind css
// tailwind.config.js
module.exports = {
corePlugins: {
preflight: false,
}
}
// tailwind.config.js
module.exports = {
corePlugins: {
preflight: false,
}
}