Different attribute values for an HTML element based on responsiveness
There was a situation where I need to set the width and height attributes of an image without the CSS, since I was setting the CSS height via TailWindCSS's classnames based on responsiveness - h-9 sm:h-20 - h-9 for mobile view and h-20 for desktop vi...
anjanesh.dev1 min read