JSFiddle - React, Tailwind, and code Playground

by josekerekes

HTML

<h1 contenteditable>
  hello
</h1>

CSS

h1 {
  color:#000;
  display:flex;
  align-items:center
}
h1:before,h1:after {
  content:'';
  background:gray;
  margin: .2em;
  flex:1;
  height:4px;
}