<MudTooltip Placement="Placement.Bottom" Arrow="@true">
    <ChildContent>
        <MudChip T="string" Icon="@Icons.Material.Filled.HourglassTop" Color="Color.Info" Class="mb-3">
            Beta
        </MudChip>
    </ChildContent>
    <TooltipContent>
        <div style="max-width: 20em;">
            <MudText Typo="Typo.body2" Class="mb-3">
                This feature is currently in the beta phase.
                It is still be possible that there are some bugs.
            </MudText>

            <MudText Typo="Typo.body2">
                Beta phase means that we are testing the feature.
            </MudText>
        </div>
    </TooltipContent>
</MudTooltip>