Can anyone help convert this HAML code to HMTL, I want to use it in my react app ?
.card
.card__img
%img{"src" => "https://blog.codepen.io/wp-content/uploads/2012/06/Button-Fill-Black-Large.png"}
.card__grid-effect
-(1..100).each do |tile|
%a{:class => "card__grid-effect-tile", "href" => "#"}
I tried to use online converters but it didn't workout