JSFiddle - React, Tailwind, and code Playground
HTML
<p> Original Image </p>
<img src="https://raw.githubusercontent.com/recurser/exif-orientation-examples/master/Portrait_3.jpg" width='50%' height='50%'>
<p> Oriented Image </p>
<img style="image-orientation: from-image" src="https://raw.githubusercontent.com/recurser/exif-orientation-examples/master/Portrait_3.jpg" width='50%' height='50%'>