I try to build the form of the div with the gradient. The one where the corner in the top left is gone. But I don't know how I can do that with the clipPath function. Does anyone know how to do that? image
This is my Div and i need to cut the top left corner like the picture describes
<div className="rounded-lg rounded-tl-none border">
<p>{title}</p>
<p>{content}</p>
</div>