If you decide to use this field anyway, know that you'll get an error in console:
Livewire: Multiple root elements detected. This is not supported.
The component still exists in the codebase but it won't be maintained. If you continue to use it, you have to add the listener to your components.
protected $listeners = ['tallFillField'];
public function tallFillField($array)
{
$this->tags = $array['value'];
}