JSFiddle - React, Tailwind, and code Playground
by khamer
HTML
""
SCSS
body {
max-width: 300px;
}
.shape {
&__background {
fill: darkslateblue;
stroke-width: 1px;
stroke: red;
}
&__icon {
fill: white;
}
}
by khamer
""
body {
max-width: 300px;
}
.shape {
&__background {
fill: darkslateblue;
stroke-width: 1px;
stroke: red;
}
&__icon {
fill: white;
}
}