I would like to create a container background with a rounded arrow design. The arrow should always stretch to the full width of the container and be able to adjust its height dynamically (I can use JavaScript if needed to adjust the height).
Here's an example:
Can this be achieved using CSS?
If not, what is the best way to accomplish this - SVG background image?