How to create HTML data attributes in Elm?

I need to tag my Elm.Http elements with custom "data-*" attributes, for example: <tr data-row="1">...</tr> I have tried the following: import Html exposing (..) import Html.Attributes