JSFiddle - React, Tailwind, and code Playground
by Dineshkani
HTML
<div>
<br/>
<span>This is first child</span><br/>
<span>This is next child</span>
</div>
CSS
div:before{
content: "I am the content will place before div";
}
by Dineshkani
<div>
<br/>
<span>This is first child</span><br/>
<span>This is next child</span>
</div>
div:before{
content: "I am the content will place before div";
}