A simple example of this issue can be found here: spatie/laravel-health#150.
It happens because Termwind has an static variable $renderer for it's output and when an Artisan call is made with a command that also uses Termwind this static variable is updated to use BufferedOutput instead of the default ConsoleOutput.
A simple example of this issue can be found here: spatie/laravel-health#150.