Menggunakan Tinymce dengan CSS Tailwind

// tailwind.config.js
module.exports = {
  corePlugins: {
   preflight: false,
  }
}
Dead Dormouse