Created
March 17, 2025 17:17
-
-
Save Kcko/98907bcf4d6345855a26af0e5252fdd3 to your computer and use it in GitHub Desktop.
This file contains 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
<!-- https://play.tailwindcss.com/yyRSjWdDIv --> | |
<section class="m-5 *:mb-2 *:border *:text-red-400 [&_p]:text-blue-500"> | |
<div>text1</div> | |
<div>text2</div> | |
<div>text3</div> | |
<div>text4</div> | |
<div>text5</div> | |
<p>Para 1</p> | |
<p>Para 2</p> | |
<div>text 6</div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment