JSFiddle - React, Tailwind, and code Playground
HTML
<img class="image_path"/>
CSS
.image_path{
content: url('http://woodgears.ca/box_joint/tiny_box_scale.jpg');
height: 100px;
width: 100px;
}
<img class="image_path"/>
.image_path{
content: url('http://woodgears.ca/box_joint/tiny_box_scale.jpg');
height: 100px;
width: 100px;
}