JSFiddle - React, Tailwind, and code Playground
HTML
<p id="test">In Internet Explorer 8, this text cannot be selected by itself.</p>
<p>This is regular text.</p>
CSS
#test {
display: table;
}
<p id="test">In Internet Explorer 8, this text cannot be selected by itself.</p>
<p>This is regular text.</p>
#test {
display: table;
}