JSFiddle - React, Tailwind, and code Playground

by Glen Cheney

HTML

<div style="text-align: center;">
    <img src="" alt="some image" width="40" height="100" />
</div>

CSS

div {
  /* text-align: center; */
}

JavaScript

/* Center image */