JSFiddle - React, Tailwind, and code Playground
by kamodev
HTML
<br>
Some text that needs to be hidden in the HTML
<br>
CSS
br:nth-of-type(1):after {
display: none;
visibility: hidden;
}
by kamodev
<br>
Some text that needs to be hidden in the HTML
<br>
br:nth-of-type(1):after {
display: none;
visibility: hidden;
}