JSFiddle - React, Tailwind, and code Playground
by Dominik Wilk
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div class="rodzic">
<span>Span #1, in the div.
<span>Span #2, in the span that's in the div.</span>
</span>
</div>
<span>Span #3, not in the div at all.</span>
</body>
</html>
SCSS
.rodzic {
}