Created
July 31, 2021 05:30
-
-
Save DoctorDerek/3a9e0189cfd9217ef7d3e6aada7c1c06 to your computer and use it in GitHub Desktop.
Can you spot the bug in this React .jsx code using Tailwind CSS? 🐞https://medium.com/p/4f25ef009fe8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const size = 5 | |
<SocialSvg className={`fill-current h-${size} w-${size} m-2`} /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment