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