I'm trying to make a glow coming from the upper right corner in css, something similar to this:

I tried making a div with filter:blur() and positioning it with absolute, but that causes problems with my viewport since this has to be responsive aswell.
Does anyone know how to make this possible?
Use filter:blur but simply add the following:
If you want it to be responsive size wise also add this: