HTML
CSS
JavaScript
<div class='border-example'>Example text with border</div>
.border-example { border-inline: 2px solid red; }
// No JavaScript required for this demo
Example text with border