"https://blog.codepen.io/wp-content/" /> "https://blog.codepen.io/wp-content/" /> "https://blog.codepen.io/wp-content/"/>

Convert this HAML code to HTML to use in React App

37 views Asked by At

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

0

There are 0 answers