JSFiddle - React, Tailwind, and code Playground

by KatieK

HTML

<h1>How to get a border image offset from the edge of the box?</h1>

<p>Bacon ipsum dolor sit amet tenderloin drumstick ribeye filet mignon t-bone beef ribs. Tri-tip venison turkey salami drumstick chicken pastrami. Frankfurter pork jowl ball tip tail.</p>

CSS

h1
  { background-color: green;
    border: solid transparent;
    border-width: 0 0 13px;
   ...