As a reference for questions I've answered on Laracasts for how to get WYGIWYS editors working....
// components/input-rich-text.blade.php
@props(['initialValue' => ''])
<div x-data="{ content: @entangle($attributes->wire('model')).defer }">
<input type="hidden" id="x" value="{{ $initialValue }}" />